#08816E

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

Shades of Pine Green #08816E

Tints of Pine Green #08816E

Color information

#08816E (or 0x08816E) is unknown color: approx Pine Green. HEX triplet: 08, 81 and 6E. RGB value is (8,129,110). Sum of RGB (Red+Green+Blue) = 8+129+110=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #08816E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08816E is #F77E91. Grayscale: #5A5A5A. Windows color (decimal): -16219794 or 7241992. OLE color: 7241992.

HSL color Cylindrical-coordinate representation of color #08816E: hue angle of 170.58º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08816E is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB8129110-
CMYK0.9400.150.49
HSL170.58º88.32%26.86%-
HSV(B)170.58º93.8%50.59%-
XYZ10.7616.8817.44-
YUV90.66138.9169.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.24%
GREEN value IS 129 (50.78% from 255) = 52.23%
BLUE value IS 110 (43.36% from 255) = 44.53%
R=3.24%
G=52.23%
B=44.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81291100.9400.150.49170.5888.3226.86
Hex8816E5E0F31ab581b
Octal102011561360176125313033
Binary100010000001110111010111100111111000110101011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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