#08806B

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

Shades of Pine Green #08806B

Tints of Pine Green #08806B

Color information

#08806B (or 0x08806B) is unknown color: approx Pine Green. HEX triplet: 08, 80 and 6B. RGB value is (8,128,107). Sum of RGB (Red+Green+Blue) = 8+128+107=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #08806B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08806B is #F77F94. Grayscale: #595959. Windows color (decimal): -16220053 or 7045128. OLE color: 7045128.

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

Color convert

RGB8128107-
CMYK0.9400.160.50
HSL169.5º88.24%26.67%-
HSV(B)169.5º93.75%50.2%-
XYZ10.4716.5516.55-
YUV89.73137.7469.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.29%
GREEN value IS 128 (50.39% from 255) = 52.67%
BLUE value IS 107 (42.19% from 255) = 44.03%
R=3.29%
G=52.67%
B=44.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81281070.9400.160.50169.588.2426.67
Hex8806B5E01032aa581b
Octal102001531360206225213033
Binary1000100000001101011101111001000011001010101010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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