#068170

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

Shades of Pine Green #068170

Tints of Pine Green #068170

Color information

#068170 (or 0x068170) is unknown color: approx Pine Green. HEX triplet: 06, 81 and 70. RGB value is (6,129,112). Sum of RGB (Red+Green+Blue) = 6+129+112=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #068170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068170 is #F97E8F. Grayscale: #5A5A5A. Windows color (decimal): -16350864 or 7373062. OLE color: 7373062.

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

Color convert

RGB6129112-
CMYK0.9500.130.49
HSL171.71º91.11%26.47%-
HSV(B)171.71º95.35%50.59%-
XYZ10.8516.9118.02-
YUV90.28140.2567.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.43%
GREEN value IS 129 (50.78% from 255) = 52.23%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=2.43%
G=52.23%
B=45.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61291120.9500.130.49171.7191.1126.47
Hex681705F0D31ac5b1a
Octal62011601370156125413332
Binary11010000001111000010111110110111000110101100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068170; }

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

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

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

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

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

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

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

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