#06806B

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

Shades of Pine Green #06806B

Tints of Pine Green #06806B

Color information

#06806B (or 0x06806B) is unknown color: approx Pine Green. HEX triplet: 06, 80 and 6B. RGB value is (6,128,107). Sum of RGB (Red+Green+Blue) = 6+128+107=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #06806B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06806B is #F97F94. Grayscale: #595959. Windows color (decimal): -16351125 or 7045126. OLE color: 7045126.

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

Color convert

RGB6128107-
CMYK0.9500.160.50
HSL169.67º91.04%26.27%-
HSV(B)169.67º95.31%50.2%-
XYZ10.4516.5416.55-
YUV89.13138.0868.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.49%
GREEN value IS 128 (50.39% from 255) = 53.11%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=2.49%
G=53.11%
B=44.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61281070.9500.160.50169.6791.0426.27
Hex6806B5F01032aa5b1a
Octal62001531370206225213332
Binary110100000001101011101111101000011001010101010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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