#08716C

Color #08716C Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #08716C

Tints of Pine Green #08716C

Color information

#08716C (or 0x08716C) is unknown color: approx 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

RGB8113108-
CMYK0.9300.040.56
HSL177.14º86.78%23.73%-
HSV(B)177.14º92.92%44.31%-
XYZ8.7112.9416.23-
YUV81.04143.2175.91-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81131080.9300.040.56177.1486.7823.73
Hex8716C5D0438b15718
Octal10161154135047026112730
Binary1000111000111011001011101010011100010110001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>