#06816B

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

Shades of Pine Green #06816B

Tints of Pine Green #06816B

Color information

#06816B (or 0x06816B) is unknown color: approx Pine Green. HEX triplet: 06, 81 and 6B. RGB value is (6,129,107). Sum of RGB (Red+Green+Blue) = 6+129+107=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #06816B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06816B is #F97E94. Grayscale: #595959. Windows color (decimal): -16350869 or 7045382. OLE color: 7045382.

HSL color Cylindrical-coordinate representation of color #06816B: hue angle of 169.27º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06816B is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB6129107-
CMYK0.9500.170.49
HSL169.27º91.11%26.47%-
HSV(B)169.27º95.35%50.59%-
XYZ10.5816.816.6-
YUV89.72137.7568.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.48%
GREEN value IS 129 (50.78% from 255) = 53.31%
BLUE value IS 107 (42.19% from 255) = 44.21%
R=2.48%
G=53.31%
B=44.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61291070.9500.170.49169.2791.1126.47
Hex6816B5F01131a95b1a
Octal62011531370216125113332
Binary110100000011101011101111101000111000110101001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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