#067071

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

Shades of Pine Green #067071

Tints of Pine Green #067071

Color information

#067071 (or 0x067071) is unknown color: approx Pine Green. HEX triplet: 06, 70 and 71. RGB value is (6,112,113). Sum of RGB (Red+Green+Blue) = 6+112+113=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #067071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067071 is #F98F8E. Grayscale: #505050. Windows color (decimal): -16355215 or 7434246. OLE color: 7434246.

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

Color convert

RGB6112113-
CMYK0.950.0100.56
HSL180.56º89.92%23.33%-
HSV(B)180.56º94.69%44.31%-
XYZ8.8512.8217.63-
YUV80.42146.3874.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.60%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=2.60%
G=48.48%
B=48.92%

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
Decimal61121130.950.0100.56180.5689.9223.33
Hex670715F1038b55a17
Octal6160161137107026513227
Binary1101110000111000110111111011100010110101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067071; }

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

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

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

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

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

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

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

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