#06806D

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

Shades of Pine Green #06806D

Tints of Pine Green #06806D

Color information

#06806D (or 0x06806D) is unknown color: approx Pine Green. HEX triplet: 06, 80 and 6D. RGB value is (6,128,109). Sum of RGB (Red+Green+Blue) = 6+128+109=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #06806D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06806D is #F97F92. Grayscale: #595959. Windows color (decimal): -16351123 or 7176198. OLE color: 7176198.

HSL color Cylindrical-coordinate representation of color #06806D: hue angle of 170.66º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06806D is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB6128109-
CMYK0.9500.150.50
HSL170.66º91.04%26.27%-
HSV(B)170.66º95.31%50.2%-
XYZ10.5516.5817.11-
YUV89.36139.0868.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 128 (50.39% from 255) = 52.67%
BLUE value IS 109 (42.97% from 255) = 44.86%
R=2.47%
G=52.67%
B=44.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61281090.9500.150.50170.6691.0426.27
Hex6806D5F0F32ab5b1a
Octal62001551370176225313332
Binary11010000000110110110111110111111001010101011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,128,109); }

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

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

 a { background-color: rgb(6,128,109); }

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

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

 span { border-color: rgb(6,128,109); }

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