#08826C

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

Shades of Pine Green #08826C

Tints of Pine Green #08826C

Color information

#08826C (or 0x08826C) is unknown color: approx Pine Green. HEX triplet: 08, 82 and 6C. RGB value is (8,130,108). Sum of RGB (Red+Green+Blue) = 8+130+108=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #08826C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08826C is #F77D93. Grayscale: #5A5A5A. Windows color (decimal): -16219540 or 7111176. OLE color: 7111176.

HSL color Cylindrical-coordinate representation of color #08826C: hue angle of 169.18º 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 #08826C is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB8130108-
CMYK0.9400.170.49
HSL169.18º88.41%27.06%-
HSV(B)169.18º93.85%50.98%-
XYZ10.7917.116.92-
YUV91.01137.5868.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.25%
GREEN value IS 130 (51.17% from 255) = 52.85%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=3.25%
G=52.85%
B=43.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81301080.9400.170.49169.1888.4127.06
Hex8826C5E01131a9581b
Octal102021541360216125113033
Binary1000100000101101100101111001000111000110101001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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