Html Css Color HEX #08706E Pine Green

📋 copy color: '#08706E'

red 8 ◦ green 112 ◦ blue 110

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

Shades of Pine Green #08706E

Tints of Pine Green #08706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.83%

R = 3.48%
G = 48.7%
B = 47.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#08706E (or 0x08706E) is known color: Pine Green. HEX triplet: 08, 70 and 6E. RGB value is (8,112,110). Sum of RGB (Red+Green+Blue) = 8+112+110=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #08706E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08706E is #F78F91. Grayscale: #505050. Windows color (decimal): -16224146 or 7237640. OLE color: 7237640.

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

Color convert

RGB 8 112 110 -
CMYK 0.93 0 0.02 0.56
HSL 178.85º 0.87% 0.24% -
HSV(B) 178.85º 0.93% 0.44% -
XYZ 8.71 12.77 16.76 -
YUV 80.68 144.54 76.16 -
System Red Green Blue C M Y K H S L
Decimal 8 112 110 0.93 0 0.02 0.56 178.85 0.87 0.24
Hex 8 70 6E 5D 0 2 38 B3 57 18
Octal 10 160 156 135 0 2 70 263 127 30
Binary 1000 1110000 1101110 1011101 0 10 111000 10110011 1010111 11000

Color Harmonies of #08706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08706E

Black with #08706E

Text Example


Text Example

White with #08706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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