Html Css Color HEX #08765E Tropical Rain Forest

📋 copy color: '#08765E'

red 8 ◦ green 118 ◦ blue 94

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

Shades of Tropical Rain Forest #08765E

Tints of Tropical Rain Forest #08765E

RGB

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

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

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

R = 3.64%
G = 53.64%
B = 42.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#08765E (or 0x08765E) is known color: Tropical Rain Forest. HEX triplet: 08, 76 and 5E. RGB value is (8,118,94). Sum of RGB (Red+Green+Blue) = 8+118+94=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #08765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08765E is #F789A1. Grayscale: #525252. Windows color (decimal): -16222626 or 6190600. OLE color: 6190600.

HSL color Cylindrical-coordinate representation of color #08765E: hue angle of 166.91º 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 #08765E is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 118 94 -
CMYK 0.93 0 0.20 0.54
HSL 166.91º 0.87% 0.25% -
HSV(B) 166.91º 0.93% 0.46% -
XYZ 8.6 13.82 12.8 -
YUV 82.37 134.56 74.95 -
System Red Green Blue C M Y K H S L
Decimal 8 118 94 0.93 0 0.20 0.54 166.91 0.87 0.25
Hex 8 76 5E 5D 0 14 36 A7 57 19
Octal 10 166 136 135 0 24 66 247 127 31
Binary 1000 1110110 1011110 1011101 0 10100 110110 10100111 1010111 11001

Color Harmonies of #08765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08765E

Black with #08765E

Text Example


Text Example

White with #08765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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