Html Css Color HEX #08725D Tropical Rain Forest

📋 copy color: '#08725D'

red 8 ◦ green 114 ◦ blue 93

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

Shades of Tropical Rain Forest #08725D

Tints of Tropical Rain Forest #08725D

RGB

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

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

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

R = 3.72%
G = 53.02%
B = 43.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#08725D (or 0x08725D) is known color: Tropical Rain Forest. HEX triplet: 08, 72 and 5D. RGB value is (8,114,93). Sum of RGB (Red+Green+Blue) = 8+114+93=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #08725D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08725D is #F78DA2. Grayscale: #4F4F4F. Windows color (decimal): -16223651 or 6124040. OLE color: 6124040.

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

Color convert

RGB 8 114 93 -
CMYK 0.93 0 0.18 0.55
HSL 168.11º 0.87% 0.24% -
HSV(B) 168.11º 0.93% 0.45% -
XYZ 8.09 12.88 12.41 -
YUV 79.91 135.38 76.71 -
System Red Green Blue C M Y K H S L
Decimal 8 114 93 0.93 0 0.18 0.55 168.11 0.87 0.24
Hex 8 72 5D 5D 0 12 37 A8 57 18
Octal 10 162 135 135 0 22 67 250 127 30
Binary 1000 1110010 1011101 1011101 0 10010 110111 10101000 1010111 11000

Color Harmonies of #08725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08725D

Black with #08725D

Text Example


Text Example

White with #08725D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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