Html Css Color HEX #08745C Tropical Rain Forest

📋 copy color: '#08745C'

red 8 ◦ green 116 ◦ blue 92

#08745C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #08745C

Tints of Tropical Rain Forest #08745C

RGB

 RED value IS 8 (3.52% from 255) = 3.7%

 GREEN value IS 116 (45.7% from 255) = 53.7%

 BLUE value IS 92 (36.33% from 255) = 42.59%

R = 3.7%
G = 53.7%
B = 42.59%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#08745C (or 0x08745C) is known color: Tropical Rain Forest. HEX triplet: 08, 74 and 5C. RGB value is (8,116,92). Sum of RGB (Red+Green+Blue) = 8+116+92=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #08745C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08745C is #F78BA3. Grayscale: #505050. Windows color (decimal): -16223140 or 6059016. OLE color: 6059016.

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

Color convert

RGB 8 116 92 -
CMYK 0.93 0 0.21 0.55
HSL 166.67º 0.87% 0.24% -
HSV(B) 166.67º 0.93% 0.45% -
XYZ 8.28 13.32 12.26 -
YUV 80.97 134.22 75.95 -
System Red Green Blue C M Y K H S L
Decimal 8 116 92 0.93 0 0.21 0.55 166.67 0.87 0.24
Hex 8 74 5C 5D 0 15 37 A7 57 18
Octal 10 164 134 135 0 25 67 247 127 30
Binary 1000 1110100 1011100 1011101 0 10101 110111 10100111 1010111 11000

Color Harmonies of #08745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08745C

Black with #08745C

Text Example


Text Example

White with #08745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08745C;
 }
 .AnyTagClassName
 {
   color: #08745C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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