Html Css Color HEX #08805E Tropical Rain Forest

📋 copy color: '#08805E'

red 8 ◦ green 128 ◦ blue 94

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

Shades of Tropical Rain Forest #08805E

Tints of Tropical Rain Forest #08805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.65%

 BLUE value IS 94 (37.11% from 255) = 40.87%

R = 3.48%
G = 55.65%
B = 40.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#08805E (or 0x08805E) is known color: Tropical Rain Forest. HEX triplet: 08, 80 and 5E. RGB value is (8,128,94). Sum of RGB (Red+Green+Blue) = 8+128+94=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #08805E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08805E is #F77FA1. Grayscale: #585858. Windows color (decimal): -16220066 or 6193160. OLE color: 6193160.

HSL color Cylindrical-coordinate representation of color #08805E: hue angle of 163º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08805E is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 128 94 -
CMYK 0.94 0 0.27 0.50
HSL 163º 0.88% 0.27% -
HSV(B) 163º 0.94% 0.5% -
XYZ 9.84 16.3 13.22 -
YUV 88.24 131.24 70.76 -
System Red Green Blue C M Y K H S L
Decimal 8 128 94 0.94 0 0.27 0.50 163 0.88 0.27
Hex 8 80 5E 5E 0 1B 32 A3 58 1B
Octal 10 200 136 136 0 33 62 243 130 33
Binary 1000 10000000 1011110 1011110 0 11011 110010 10100011 1011000 11011

Color Harmonies of #08805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08805E

Black with #08805E

Text Example


Text Example

White with #08805E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08805E;
 }
 .AnyTagClassName
 {
   color: #08805E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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