Html Css Color HEX #08706D Pine Green

📋 copy color: '#08706D'

red 8 ◦ green 112 ◦ blue 109

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

Shades of Pine Green #08706D

Tints of Pine Green #08706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.91%

 BLUE value IS 109 (42.97% from 255) = 47.6%

R = 3.49%
G = 48.91%
B = 47.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#08706D (or 0x08706D) is known color: Pine Green. HEX triplet: 08, 70 and 6D. RGB value is (8,112,109). Sum of RGB (Red+Green+Blue) = 8+112+109=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #08706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08706D is #F78F92. Grayscale: #505050. Windows color (decimal): -16224147 or 7172104. OLE color: 7172104.

HSL color Cylindrical-coordinate representation of color #08706D: hue angle of 178.27º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08706D is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 112 109 -
CMYK 0.93 0 0.03 0.56
HSL 178.27º 0.87% 0.24% -
HSV(B) 178.27º 0.93% 0.44% -
XYZ 8.65 12.74 16.47 -
YUV 80.56 144.04 76.24 -
System Red Green Blue C M Y K H S L
Decimal 8 112 109 0.93 0 0.03 0.56 178.27 0.87 0.24
Hex 8 70 6D 5D 0 3 38 B2 57 18
Octal 10 160 155 135 0 3 70 262 127 30
Binary 1000 1110000 1101101 1011101 0 11 111000 10110010 1010111 11000

Color Harmonies of #08706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08706D

Black with #08706D

Text Example


Text Example

White with #08706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,112,109); }

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

background-color css

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

 a { background-color: rgb(8,112,109); }

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

border-color css

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

 span { border-color: rgb(8,112,109); }

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