Html Css Color HEX #08716C Pine Green

📋 copy color: '#08716C'

red 8 ◦ green 113 ◦ blue 108

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

Shades of Pine Green #08716C

Tints of Pine Green #08716C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.16%

R = 3.49%
G = 49.34%
B = 47.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#08716C (or 0x08716C) is known color: Pine Green. HEX triplet: 08, 71 and 6C. RGB value is (8,113,108). Sum of RGB (Red+Green+Blue) = 8+113+108=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #08716C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08716C is #F78E93. Grayscale: #505050. Windows color (decimal): -16223892 or 7106824. OLE color: 7106824.

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

Color convert

RGB 8 113 108 -
CMYK 0.93 0 0.04 0.56
HSL 177.14º 0.87% 0.24% -
HSV(B) 177.14º 0.93% 0.44% -
XYZ 8.71 12.94 16.23 -
YUV 81.04 143.21 75.91 -
System Red Green Blue C M Y K H S L
Decimal 8 113 108 0.93 0 0.04 0.56 177.14 0.87 0.24
Hex 8 71 6C 5D 0 4 38 B1 57 18
Octal 10 161 154 135 0 4 70 261 127 30
Binary 1000 1110001 1101100 1011101 0 100 111000 10110001 1010111 11000

Color Harmonies of #08716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08716C

Black with #08716C

Text Example


Text Example

White with #08716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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