#067F4F

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

Shades of Salem #067F4F

Tints of Salem #067F4F

Color information

#067F4F (or 0x067F4F) is unknown color: approx Salem. HEX triplet: 06, 7F and 4F. RGB value is (6,127,79). Sum of RGB (Red+Green+Blue) = 6+127+79=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 127 (50% from 255 or 59.91% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 127 - color contains mainly: green. Hex color #067F4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067F4F is #F980B0. Grayscale: #555555. Windows color (decimal): -16351409 or 5209862. OLE color: 5209862.

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

Color convert

RGB612779-
CMYK0.9500.380.50
HSL156.2º90.98%26.08%-
HSV(B)156.2º95.28%49.8%-
XYZ9.0815.789.97-
YUV85.35124.4171.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 127 (50% from 255) = 59.91%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=2.83%
G=59.91%
B=37.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6127790.9500.380.50156.290.9826.08
Hex67F4F5F026329c5b1a
Octal61771171370466223413332
Binary110111111110011111011111010011011001010011100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,127,79); }

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

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

 a { background-color: rgb(6,127,79); }

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

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

 span { border-color: rgb(6,127,79); }

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