Html Css Color HEX #08765A Tropical Rain Forest

📋 copy color: '#08765A'

red 8 ◦ green 118 ◦ blue 90

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

Shades of Tropical Rain Forest #08765A

Tints of Tropical Rain Forest #08765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.63%

 BLUE value IS 90 (35.55% from 255) = 41.67%

R = 3.7%
G = 54.63%
B = 41.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#08765A (or 0x08765A) is known color: Tropical Rain Forest. HEX triplet: 08, 76 and 5A. RGB value is (8,118,90). Sum of RGB (Red+Green+Blue) = 8+118+90=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #08765A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08765A is #F789A5. Grayscale: #515151. Windows color (decimal): -16222630 or 5928456. OLE color: 5928456.

HSL color Cylindrical-coordinate representation of color #08765A: hue angle of 164.73º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08765A is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 118 90 -
CMYK 0.93 0 0.24 0.54
HSL 164.73º 0.87% 0.25% -
HSV(B) 164.73º 0.93% 0.46% -
XYZ 8.42 13.75 11.88 -
YUV 81.92 132.56 75.28 -
System Red Green Blue C M Y K H S L
Decimal 8 118 90 0.93 0 0.24 0.54 164.73 0.87 0.25
Hex 8 76 5A 5D 0 18 36 A5 57 19
Octal 10 166 132 135 0 30 66 245 127 31
Binary 1000 1110110 1011010 1011101 0 11000 110110 10100101 1010111 11001

Color Harmonies of #08765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08765A

Black with #08765A

Text Example


Text Example

White with #08765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08765A;
 }
 .AnyTagClassName
 {
   color: #08765A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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