#08826A

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

Shades of Pine Green #08826A

Tints of Pine Green #08826A

Color information

#08826A (or 0x08826A) is unknown color: approx Pine Green. HEX triplet: 08, 82 and 6A. RGB value is (8,130,106). Sum of RGB (Red+Green+Blue) = 8+130+106=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #08826A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08826A is #F77D95. Grayscale: #5A5A5A. Windows color (decimal): -16219542 or 6980104. OLE color: 6980104.

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

Color convert

RGB8130106-
CMYK0.9400.180.49
HSL168.2º88.41%27.06%-
HSV(B)168.2º93.85%50.98%-
XYZ10.6817.0616.36-
YUV90.79136.5868.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.28%
GREEN value IS 130 (51.17% from 255) = 53.28%
BLUE value IS 106 (41.80% from 255) = 43.44%
R=3.28%
G=53.28%
B=43.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81301060.9400.180.49168.288.4127.06
Hex8826A5E01231a8581b
Octal102021521360226125013033
Binary1000100000101101010101111001001011000110101000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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