Html Css Color HEX #08725B Tropical Rain Forest

📋 copy color: '#08725B'

red 8 ◦ green 114 ◦ blue 91

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

Shades of Tropical Rain Forest #08725B

Tints of Tropical Rain Forest #08725B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.52%

 BLUE value IS 91 (35.94% from 255) = 42.72%

R = 3.76%
G = 53.52%
B = 42.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#08725B (or 0x08725B) is known color: Tropical Rain Forest. HEX triplet: 08, 72 and 5B. RGB value is (8,114,91). Sum of RGB (Red+Green+Blue) = 8+114+91=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #08725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08725B is #F78DA4. Grayscale: #4F4F4F. Windows color (decimal): -16223653 or 5992968. OLE color: 5992968.

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

Color convert

RGB 8 114 91 -
CMYK 0.93 0 0.20 0.55
HSL 166.98º 0.87% 0.24% -
HSV(B) 166.98º 0.93% 0.45% -
XYZ 8.01 12.84 11.95 -
YUV 79.68 134.38 76.87 -
System Red Green Blue C M Y K H S L
Decimal 8 114 91 0.93 0 0.20 0.55 166.98 0.87 0.24
Hex 8 72 5B 5D 0 14 37 A7 57 18
Octal 10 162 133 135 0 24 67 247 127 30
Binary 1000 1110010 1011011 1011101 0 10100 110111 10100111 1010111 11000

Color Harmonies of #08725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08725B

Black with #08725B

Text Example


Text Example

White with #08725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08725B; }

 p { color: rgb(8,114,91); }

 H1.HeaderClassName
 {
   color: #08725B;
 }
 .AnyTagClassName
 {
   color: #08725B;
 }
</style>

background-color css

<style>
 a { background-color: #08725B; }

 a { background-color: rgb(8,114,91); }

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

border-color css

<style>
 span { border-color: #08725B; }

 span { border-color: rgb(8,114,91); }

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