#08705B

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

Shades of Tropical Rain Forest #08705B

Tints of Tropical Rain Forest #08705B

Color information

#08705B (or 0x08705B) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 70 and 5B. RGB value is (8,112,91). Sum of RGB (Red+Green+Blue) = 8+112+91=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #08705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08705B is #F78FA4. Grayscale: #4E4E4E. Windows color (decimal): -16224165 or 5992456. OLE color: 5992456.

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

Color convert

RGB811291-
CMYK0.9300.190.56
HSL167.88º86.67%23.53%-
HSV(B)167.88º92.86%43.92%-
XYZ7.7812.411.88-
YUV78.51135.0477.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.79%
GREEN value IS 112 (44.14% from 255) = 53.08%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=3.79%
G=53.08%
B=43.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8112910.9300.190.56167.8886.6723.53
Hex8705B5D01338a85718
Octal101601331350237025012730
Binary100011100001011011101110101001111100010101000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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