#06816F

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

Shades of Pine Green #06816F

Tints of Pine Green #06816F

Color information

#06816F (or 0x06816F) is unknown color: approx Pine Green. HEX triplet: 06, 81 and 6F. RGB value is (6,129,111). Sum of RGB (Red+Green+Blue) = 6+129+111=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #06816F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06816F is #F97E90. Grayscale: #5A5A5A. Windows color (decimal): -16350865 or 7307526. OLE color: 7307526.

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

Color convert

RGB6129111-
CMYK0.9500.140.49
HSL171.22º91.11%26.47%-
HSV(B)171.22º95.35%50.59%-
XYZ10.7916.8917.73-
YUV90.17139.7567.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.44%
GREEN value IS 129 (50.78% from 255) = 52.44%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=2.44%
G=52.44%
B=45.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61291110.9500.140.49171.2291.1126.47
Hex6816F5F0E31ab5b1a
Octal62011571370166125313332
Binary11010000001110111110111110111011000110101011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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