#08826D

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

Shades of Pine Green #08826D

Tints of Pine Green #08826D

Color information

#08826D (or 0x08826D) is unknown color: approx Pine Green. HEX triplet: 08, 82 and 6D. RGB value is (8,130,109). Sum of RGB (Red+Green+Blue) = 8+130+109=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #08826D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08826D is #F77D92. Grayscale: #5B5B5B. Windows color (decimal): -16219539 or 7176712. OLE color: 7176712.

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

Color convert

RGB8130109-
CMYK0.9400.160.49
HSL169.67º88.41%27.06%-
HSV(B)169.67º93.85%50.98%-
XYZ10.8417.1217.2-
YUV91.13138.0868.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.24%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=3.24%
G=52.63%
B=44.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81301090.9400.160.49169.6788.4127.06
Hex8826D5E01031aa581b
Octal102021551360206125213033
Binary1000100000101101101101111001000011000110101010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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