#067670

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

Shades of Pine Green #067670

Tints of Pine Green #067670

Color information

#067670 (or 0x067670) is unknown color: approx Pine Green. HEX triplet: 06, 76 and 70. RGB value is (6,118,112). Sum of RGB (Red+Green+Blue) = 6+118+112=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #067670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067670 is #F9898F. Grayscale: #535353. Windows color (decimal): -16353680 or 7370246. OLE color: 7370246.

HSL color Cylindrical-coordinate representation of color #067670: hue angle of 176.79º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067670 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB6118112-
CMYK0.9500.050.54
HSL176.79º90.32%24.31%-
HSV(B)176.79º94.92%46.27%-
XYZ9.4814.1717.56-
YUV83.83143.8972.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.54%
GREEN value IS 118 (46.48% from 255) = 50%
BLUE value IS 112 (44.14% from 255) = 47.46%
R=2.54%
G=50%
B=47.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61181120.9500.050.54176.7990.3224.31
Hex676705F0536b15a18
Octal6166160137056626113230
Binary110111011011100001011111010111011010110001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067670; }

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

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

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

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

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

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

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

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