#08725C

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

Shades of Tropical Rain Forest #08725C

Tints of Tropical Rain Forest #08725C

Color information

#08725C (or 0x08725C) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 72 and 5C. RGB value is (8,114,92). Sum of RGB (Red+Green+Blue) = 8+114+92=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #08725C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08725C is #F78DA3. Grayscale: #4F4F4F. Windows color (decimal): -16223652 or 6058504. OLE color: 6058504.

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

Color convert

RGB811492-
CMYK0.9300.190.55
HSL167.55º86.89%23.92%-
HSV(B)167.55º92.98%44.71%-
XYZ8.0512.8612.18-
YUV79.8134.8876.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.74%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=3.74%
G=53.27%
B=42.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8114920.9300.190.55167.5586.8923.92
Hex8725C5D01337a85718
Octal101621341350236725012730
Binary100011100101011100101110101001111011110101000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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