#07755D

Color #07755D Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #07755D

Tints of Tropical Rain Forest #07755D

Color information

#07755D (or 0x07755D) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 75 and 5D. RGB value is (7,117,93). Sum of RGB (Red+Green+Blue) = 7+117+93=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #07755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07755D is #F88AA2. Grayscale: #515151. Windows color (decimal): -16288419 or 6124807. OLE color: 6124807.

HSL color Cylindrical-coordinate representation of color #07755D: hue angle of 166.91º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07755D is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB711793-
CMYK0.9400.210.54
HSL166.91º88.71%24.31%-
HSV(B)166.91º94.02%45.88%-
XYZ8.4213.5612.53-
YUV81.37134.5674.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 3.23%
GREEN value IS 117 (46.09% from 255) = 53.92%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=3.23%
G=53.92%
B=42.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7117930.9400.210.54166.9188.7124.31
Hex7755D5E01536a75918
Octal71651351360256624713130
Binary11111101011011101101111001010111011010100111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07755D; }

 p { color: rgb(7,117,93); }

 H1.HeaderClassName
 {
   color: #07755D;
 }
 .AnyTagClassName
 {
   color: #07755D;
 }
</style>
background-color css

<style>
 a { background-color: #07755D; }

 a { background-color: rgb(7,117,93); }

 div.DivClassName
 {
   background-color: #07755D;
 }
 .BgClassName
 {
   background-color: #07755D;
 }
</style>
border-color css

<style>
 span { border-color: #07755D; }

 span { border-color: rgb(7,117,93); }

 td.TdClassName
 {
   border-color: #07755D;
 }
 .TagClassName
 {
   border-color: #07755D;
 }
</style>