Html Css Color HEX #08755D Tropical Rain Forest

📋 copy color: '#08755D'

red 8 ◦ green 117 ◦ blue 93

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

Shades of Tropical Rain Forest #08755D

Tints of Tropical Rain Forest #08755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.67%

 BLUE value IS 93 (36.72% from 255) = 42.66%

R = 3.67%
G = 53.67%
B = 42.66%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#08755D (or 0x08755D) is known color: Tropical Rain Forest. HEX triplet: 08, 75 and 5D. RGB value is (8,117,93). Sum of RGB (Red+Green+Blue) = 8+117+93=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #08755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08755D is #F78AA2. Grayscale: #515151. Windows color (decimal): -16222883 or 6124808. OLE color: 6124808.

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

Color convert

RGB 8 117 93 -
CMYK 0.93 0 0.21 0.54
HSL 166.79º 0.87% 0.25% -
HSV(B) 166.79º 0.93% 0.46% -
XYZ 8.44 13.56 12.53 -
YUV 81.67 134.39 75.45 -
System Red Green Blue C M Y K H S L
Decimal 8 117 93 0.93 0 0.21 0.54 166.79 0.87 0.25
Hex 8 75 5D 5D 0 15 36 A7 57 19
Octal 10 165 135 135 0 25 66 247 127 31
Binary 1000 1110101 1011101 1011101 0 10101 110110 10100111 1010111 11001

Color Harmonies of #08755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08755D

Black with #08755D

Text Example


Text Example

White with #08755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08755D; }

 p { color: rgb(8,117,93); }

 H1.HeaderClassName
 {
   color: #08755D;
 }
 .AnyTagClassName
 {
   color: #08755D;
 }
</style>

background-color css

<style>
 a { background-color: #08755D; }

 a { background-color: rgb(8,117,93); }

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

border-color css

<style>
 span { border-color: #08755D; }

 span { border-color: rgb(8,117,93); }

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