#08826B

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

Shades of Pine Green #08826B

Tints of Pine Green #08826B

Color information

#08826B (or 0x08826B) is unknown color: approx Pine Green. HEX triplet: 08, 82 and 6B. RGB value is (8,130,107). Sum of RGB (Red+Green+Blue) = 8+130+107=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #08826B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08826B is #F77D94. Grayscale: #5A5A5A. Windows color (decimal): -16219541 or 7045640. OLE color: 7045640.

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

Color convert

RGB8130107-
CMYK0.9400.180.49
HSL168.69º88.41%27.06%-
HSV(B)168.69º93.85%50.98%-
XYZ10.7417.0816.64-
YUV90.9137.0868.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.27%
GREEN value IS 130 (51.17% from 255) = 53.06%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=3.27%
G=53.06%
B=43.67%

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
Decimal81301070.9400.180.49168.6988.4127.06
Hex8826B5E01231a9581b
Octal102021531360226125113033
Binary1000100000101101011101111001001011000110101001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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