#067D72

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

Shades of Pine Green #067D72

Tints of Pine Green #067D72

Color information

#067D72 (or 0x067D72) is unknown color: approx Pine Green. HEX triplet: 06, 7D and 72. RGB value is (6,125,114). Sum of RGB (Red+Green+Blue) = 6+125+114=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 125 (49.22% from 255 or 51.02% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 125 - color contains mainly: green. Hex color #067D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067D72 is #F9828D. Grayscale: #585858. Windows color (decimal): -16351886 or 7503110. OLE color: 7503110.

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

Color convert

RGB6125114-
CMYK0.9500.090.51
HSL174.45º90.84%25.69%-
HSV(B)174.45º95.2%49.02%-
XYZ10.4515.9218.44-
YUV88.16142.5869.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.45%
GREEN value IS 125 (49.22% from 255) = 51.02%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=2.45%
G=51.02%
B=46.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61251140.9500.090.51174.4590.8425.69
Hex67D725F0933ae5b1a
Octal61751621370116325613332
Binary1101111101111001010111110100111001110101110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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