#08705E

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

Shades of Tropical Rain Forest #08705E

Tints of Tropical Rain Forest #08705E

Color information

#08705E (or 0x08705E) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 70 and 5E. RGB value is (8,112,94). Sum of RGB (Red+Green+Blue) = 8+112+94=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #08705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08705E is #F78FA1. Grayscale: #4E4E4E. Windows color (decimal): -16224162 or 6189064. OLE color: 6189064.

HSL color Cylindrical-coordinate representation of color #08705E: hue angle of 169.62º 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 #08705E is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB811294-
CMYK0.9300.160.56
HSL169.62º86.67%23.53%-
HSV(B)169.62º92.86%43.92%-
XYZ7.9112.4512.58-
YUV78.85136.5477.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.74%
GREEN value IS 112 (44.14% from 255) = 52.34%
BLUE value IS 94 (37.11% from 255) = 43.93%
R=3.74%
G=52.34%
B=43.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8112940.9300.160.56169.6286.6723.53
Hex8705E5D01038aa5718
Octal101601361350207025212730
Binary100011100001011110101110101000011100010101010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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