#06806E

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

Shades of Pine Green #06806E

Tints of Pine Green #06806E

Color information

#06806E (or 0x06806E) is unknown color: approx Pine Green. HEX triplet: 06, 80 and 6E. RGB value is (6,128,110). Sum of RGB (Red+Green+Blue) = 6+128+110=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 128 (50.39% from 255 or 52.46% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 128 - color contains mainly: green. Hex color #06806E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06806E is #F97F91. Grayscale: #595959. Windows color (decimal): -16351122 or 7241734. OLE color: 7241734.

HSL color Cylindrical-coordinate representation of color #06806E: hue angle of 171.15º 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 #06806E is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB6128110-
CMYK0.9500.140.50
HSL171.15º91.04%26.27%-
HSV(B)171.15º95.31%50.2%-
XYZ10.6116.617.4-
YUV89.47139.5868.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.46%
GREEN value IS 128 (50.39% from 255) = 52.46%
BLUE value IS 110 (43.36% from 255) = 45.08%
R=2.46%
G=52.46%
B=45.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61281100.9500.140.50171.1591.0426.27
Hex6806E5F0E32ab5b1a
Octal62001561370166225313332
Binary11010000000110111010111110111011001010101011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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