#067F41

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

Shades of Salem #067F41

Tints of Salem #067F41

Color information

#067F41 (or 0x067F41) is unknown color: approx Salem. HEX triplet: 06, 7F and 41. RGB value is (6,127,65). Sum of RGB (Red+Green+Blue) = 6+127+65=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 127 (50% from 255 or 64.14% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 127 - color contains mainly: green. Hex color #067F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067F41 is #F980BE. Grayscale: #535353. Windows color (decimal): -16351423 or 4292358. OLE color: 4292358.

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

Color convert

RGB612765-
CMYK0.9500.490.50
HSL149.26º90.98%26.08%-
HSV(B)149.26º95.28%49.8%-
XYZ8.6215.67.56-
YUV83.75117.4172.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.03%
GREEN value IS 127 (50% from 255) = 64.14%
BLUE value IS 65 (25.78% from 255) = 32.83%
R=3.03%
G=64.14%
B=32.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6127650.9500.490.50149.2690.9826.08
Hex67F415F03132955b1a
Octal61771011370616222513332
Binary110111111110000011011111011000111001010010101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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