#067D73

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

Shades of Pine Green #067D73

Tints of Pine Green #067D73

Color information

#067D73 (or 0x067D73) is unknown color: approx Pine Green. HEX triplet: 06, 7D and 73. RGB value is (6,125,115). Sum of RGB (Red+Green+Blue) = 6+125+115=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #067D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067D73 is #F9828C. Grayscale: #585858. Windows color (decimal): -16351885 or 7568646. OLE color: 7568646.

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

Color convert

RGB6125115-
CMYK0.9500.080.51
HSL174.96º90.84%25.69%-
HSV(B)174.96º95.2%49.02%-
XYZ10.515.9418.74-
YUV88.28143.0869.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.44%
GREEN value IS 125 (49.22% from 255) = 50.81%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=2.44%
G=50.81%
B=46.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61251150.9500.080.51174.9690.8425.69
Hex67D735F0833af5b1a
Octal61751631370106325713332
Binary1101111101111001110111110100011001110101111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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