#067D70

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

Shades of Pine Green #067D70

Tints of Pine Green #067D70

Color information

#067D70 (or 0x067D70) is unknown color: approx Pine Green. HEX triplet: 06, 7D and 70. RGB value is (6,125,112). Sum of RGB (Red+Green+Blue) = 6+125+112=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #067D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067D70 is #F9828F. Grayscale: #575757. Windows color (decimal): -16351888 or 7372038. OLE color: 7372038.

HSL color Cylindrical-coordinate representation of color #067D70: hue angle of 173.45º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067D70 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB6125112-
CMYK0.9500.100.51
HSL173.45º90.84%25.69%-
HSV(B)173.45º95.2%49.02%-
XYZ10.3315.8817.85-
YUV87.94141.5869.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 125 (49.22% from 255) = 51.44%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=2.47%
G=51.44%
B=46.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61251120.9500.100.51173.4590.8425.69
Hex67D705F0A33ad5b1a
Octal61751601370126325513332
Binary1101111101111000010111110101011001110101101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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