#067F71

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

Shades of Pine Green #067F71

Tints of Pine Green #067F71

Color information

#067F71 (or 0x067F71) is unknown color: approx Pine Green. HEX triplet: 06, 7F and 71. RGB value is (6,127,113). Sum of RGB (Red+Green+Blue) = 6+127+113=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #067F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067F71 is #F9808E. Grayscale: #595959. Windows color (decimal): -16351375 or 7438086. OLE color: 7438086.

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

Color convert

RGB6127113-
CMYK0.9500.110.50
HSL173.06º90.98%26.08%-
HSV(B)173.06º95.28%49.8%-
XYZ10.6516.4118.23-
YUV89.22141.4168.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.44%
GREEN value IS 127 (50% from 255) = 51.63%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=2.44%
G=51.63%
B=45.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61271130.9500.110.50173.0690.9826.08
Hex67F715F0B32ad5b1a
Octal61771611370136225513332
Binary1101111111111000110111110101111001010101101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067F71; }

 p { color: rgb(6,127,113); }

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

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

 a { background-color: rgb(6,127,113); }

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

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

 span { border-color: rgb(6,127,113); }

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