#067F44

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

Shades of Salem #067F44

Tints of Salem #067F44

Color information

#067F44 (or 0x067F44) is unknown color: approx Salem. HEX triplet: 06, 7F and 44. RGB value is (6,127,68). Sum of RGB (Red+Green+Blue) = 6+127+68=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 127 (50% from 255 or 63.18% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 127 - color contains mainly: green. Hex color #067F44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067F44 is #F980BB. Grayscale: #545454. Windows color (decimal): -16351420 or 4488966. OLE color: 4488966.

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

Color convert

RGB612768-
CMYK0.9500.460.50
HSL150.74º90.98%26.08%-
HSV(B)150.74º95.28%49.8%-
XYZ8.7115.638.03-
YUV84.09118.9172.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 127 (50% from 255) = 63.18%
BLUE value IS 68 (26.95% from 255) = 33.83%
R=2.99%
G=63.18%
B=33.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6127680.9500.460.50150.7490.9826.08
Hex67F445F02E32975b1a
Octal61771041370566222713332
Binary110111111110001001011111010111011001010010111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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