#08705C

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

Shades of Tropical Rain Forest #08705C

Tints of Tropical Rain Forest #08705C

Color information

#08705C (or 0x08705C) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 70 and 5C. RGB value is (8,112,92). Sum of RGB (Red+Green+Blue) = 8+112+92=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #08705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08705C is #F78FA3. Grayscale: #4E4E4E. Windows color (decimal): -16224164 or 6057992. OLE color: 6057992.

HSL color Cylindrical-coordinate representation of color #08705C: hue angle of 168.46º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08705C is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB811292-
CMYK0.9300.180.56
HSL168.46º86.67%23.53%-
HSV(B)168.46º92.86%43.92%-
XYZ7.8312.4112.11-
YUV78.62135.5477.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.77%
GREEN value IS 112 (44.14% from 255) = 52.83%
BLUE value IS 92 (36.33% from 255) = 43.40%
R=3.77%
G=52.83%
B=43.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8112920.9300.180.56168.4686.6723.53
Hex8705C5D01238a85718
Octal101601341350227025012730
Binary100011100001011100101110101001011100010101000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08705C; }

 p { color: rgb(8,112,92); }

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

<style>
 a { background-color: #08705C; }

 a { background-color: rgb(8,112,92); }

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

<style>
 span { border-color: #08705C; }

 span { border-color: rgb(8,112,92); }

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