#08806E

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

Shades of Pine Green #08806E

Tints of Pine Green #08806E

Color information

#08806E (or 0x08806E) is unknown color: approx Pine Green. HEX triplet: 08, 80 and 6E. RGB value is (8,128,110). Sum of RGB (Red+Green+Blue) = 8+128+110=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #08806E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08806E is #F77F91. Grayscale: #5A5A5A. Windows color (decimal): -16220050 or 7241736. OLE color: 7241736.

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

Color convert

RGB8128110-
CMYK0.9400.140.50
HSL171º88.24%26.67%-
HSV(B)171º93.75%50.2%-
XYZ10.6316.6217.4-
YUV90.07139.2469.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.25%
GREEN value IS 128 (50.39% from 255) = 52.03%
BLUE value IS 110 (43.36% from 255) = 44.72%
R=3.25%
G=52.03%
B=44.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81281100.9400.140.5017188.2426.67
Hex8806E5E0E32ab581b
Octal102001561360166225313033
Binary100010000000110111010111100111011001010101011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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