#067D4A

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

Shades of Salem #067D4A

Tints of Salem #067D4A

Color information

#067D4A (or 0x067D4A) is unknown color: approx Salem. HEX triplet: 06, 7D and 4A. RGB value is (6,125,74). Sum of RGB (Red+Green+Blue) = 6+125+74=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #067D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067D4A is #F982B5. Grayscale: #535353. Windows color (decimal): -16351926 or 4881670. OLE color: 4881670.

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

Color convert

RGB612574-
CMYK0.9500.410.51
HSL154.29º90.84%25.69%-
HSV(B)154.29º95.2%49.02%-
XYZ8.6415.28.96-
YUV83.6122.5872.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 125 (49.22% from 255) = 60.98%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=2.93%
G=60.98%
B=36.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6125740.9500.410.51154.2990.8425.69
Hex67D4A5F029339a5b1a
Octal61751121370516323213332
Binary110111110110010101011111010100111001110011010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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