Html Css Color HEX #08706F Pine Green

📋 copy color: '#08706F'

red 8 ◦ green 112 ◦ blue 111

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

Shades of Pine Green #08706F

Tints of Pine Green #08706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.05%

R = 3.46%
G = 48.48%
B = 48.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#08706F (or 0x08706F) is known color: Pine Green. HEX triplet: 08, 70 and 6F. RGB value is (8,112,111). Sum of RGB (Red+Green+Blue) = 8+112+111=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #08706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08706F is #F78F90. Grayscale: #505050. Windows color (decimal): -16224145 or 7303176. OLE color: 7303176.

HSL color Cylindrical-coordinate representation of color #08706F: hue angle of 179.42º 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 #08706F is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 112 111 -
CMYK 0.93 0 0.01 0.56
HSL 179.42º 0.87% 0.24% -
HSV(B) 179.42º 0.93% 0.44% -
XYZ 8.76 12.79 17.05 -
YUV 80.79 145.04 76.08 -
System Red Green Blue C M Y K H S L
Decimal 8 112 111 0.93 0 0.01 0.56 179.42 0.87 0.24
Hex 8 70 6F 5D 0 1 38 B3 57 18
Octal 10 160 157 135 0 1 70 263 127 30
Binary 1000 1110000 1101111 1011101 0 1 111000 10110011 1010111 11000

Color Harmonies of #08706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08706F

Black with #08706F

Text Example


Text Example

White with #08706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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