#066F70

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

Shades of Pine Green #066F70

Tints of Pine Green #066F70

Color information

#066F70 (or 0x066F70) is unknown color: approx Pine Green. HEX triplet: 06, 6F and 70. RGB value is (6,111,112). Sum of RGB (Red+Green+Blue) = 6+111+112=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #066F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066F70 is #F9908F. Grayscale: #4F4F4F. Windows color (decimal): -16355472 or 7368454. OLE color: 7368454.

HSL color Cylindrical-coordinate representation of color #066F70: hue angle of 180.57º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066F70 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6111112-
CMYK0.950.0100.56
HSL180.57º89.83%23.14%-
HSV(B)180.57º94.64%43.92%-
XYZ8.6812.5817.3-
YUV79.72146.2175.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.62%
GREEN value IS 111 (43.75% from 255) = 48.47%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=2.62%
G=48.47%
B=48.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61111120.950.0100.56180.5789.8323.14
Hex66F705F1038b55a17
Octal6157160137107026513227
Binary1101101111111000010111111011100010110101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066F70; }

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

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

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

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

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

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

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

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