#08716A

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

Shades of Pine Green #08716A

Tints of Pine Green #08716A

Color information

#08716A (or 0x08716A) is unknown color: approx Pine Green. HEX triplet: 08, 71 and 6A. RGB value is (8,113,106). Sum of RGB (Red+Green+Blue) = 8+113+106=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #08716A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08716A is #F78E95. Grayscale: #505050. Windows color (decimal): -16223894 or 6975752. OLE color: 6975752.

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

Color convert

RGB8113106-
CMYK0.9300.060.56
HSL176º86.78%23.73%-
HSV(B)176º92.92%44.31%-
XYZ8.6112.915.67-
YUV80.81142.2176.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.52%
GREEN value IS 113 (44.53% from 255) = 49.78%
BLUE value IS 106 (41.80% from 255) = 46.70%
R=3.52%
G=49.78%
B=46.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81131060.9300.060.5617686.7823.73
Hex8716A5D0638b05718
Octal10161152135067026012730
Binary1000111000111010101011101011011100010110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08716A;
 }
 .AnyTagClassName
 {
   color: #08716A;
 }
</style>
background-color css

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

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

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

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

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

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