#067069

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

Shades of Pine Green #067069

Tints of Pine Green #067069

Color information

#067069 (or 0x067069) is unknown color: approx Pine Green. HEX triplet: 06, 70 and 69. RGB value is (6,112,105). Sum of RGB (Red+Green+Blue) = 6+112+105=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #067069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067069 is #F98F96. Grayscale: #4F4F4F. Windows color (decimal): -16355223 or 6909958. OLE color: 6909958.

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

Color convert

RGB6112105-
CMYK0.9500.060.56
HSL176.04º89.83%23.14%-
HSV(B)176.04º94.64%43.92%-
XYZ8.4212.6515.36-
YUV79.51142.3875.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 112 (44.14% from 255) = 50.22%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=2.69%
G=50.22%
B=47.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61121050.9500.060.56176.0489.8323.14
Hex670695F0638b05a17
Octal6160151137067026013227
Binary110111000011010011011111011011100010110000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067069; }

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

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

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

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

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

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

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

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