Html Css Color HEX #08716F Pine Green

📋 copy color: '#08716F'

red 8 ◦ green 113 ◦ blue 111

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

Shades of Pine Green #08716F

Tints of Pine Green #08716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.71%

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

R = 3.45%
G = 48.71%
B = 47.84%

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

#08716F (or 0x08716F) is known color: Pine Green. HEX triplet: 08, 71 and 6F. RGB value is (8,113,111). Sum of RGB (Red+Green+Blue) = 8+113+111=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #08716F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08716F is #F78E90. Grayscale: #515151. Windows color (decimal): -16223889 or 7303432. OLE color: 7303432.

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

Color convert

RGB 8 113 111 -
CMYK 0.93 0 0.02 0.56
HSL 178.86º 0.87% 0.24% -
HSV(B) 178.86º 0.93% 0.44% -
XYZ 8.87 13.01 17.08 -
YUV 81.38 144.71 75.66 -
System Red Green Blue C M Y K H S L
Decimal 8 113 111 0.93 0 0.02 0.56 178.86 0.87 0.24
Hex 8 71 6F 5D 0 2 38 B3 57 18
Octal 10 161 157 135 0 2 70 263 127 30
Binary 1000 1110001 1101111 1011101 0 10 111000 10110011 1010111 11000

Color Harmonies of #08716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08716F

Black with #08716F

Text Example


Text Example

White with #08716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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