#08745A

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

Shades of Tropical Rain Forest #08745A

Tints of Tropical Rain Forest #08745A

Color information

#08745A (or 0x08745A) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 74 and 5A. RGB value is (8,116,90). Sum of RGB (Red+Green+Blue) = 8+116+90=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 116 (45.70% from 255 or 54.21% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 116 - color contains mainly: green. Hex color #08745A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08745A is #F78BA5. Grayscale: #505050. Windows color (decimal): -16223142 or 5927944. OLE color: 5927944.

HSL color Cylindrical-coordinate representation of color #08745A: hue angle of 165.56º 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 #08745A is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB811690-
CMYK0.9300.220.55
HSL165.56º87.1%24.31%-
HSV(B)165.56º93.1%45.49%-
XYZ8.1913.2811.8-
YUV80.74133.2276.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.74%
GREEN value IS 116 (45.70% from 255) = 54.21%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=3.74%
G=54.21%
B=42.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8116900.9300.220.55165.5687.124.31
Hex8745A5D01637a65718
Octal101641321350266724612730
Binary100011101001011010101110101011011011110100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08745A; }

 p { color: rgb(8,116,90); }

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

<style>
 a { background-color: #08745A; }

 a { background-color: rgb(8,116,90); }

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

<style>
 span { border-color: #08745A; }

 span { border-color: rgb(8,116,90); }

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