#067E4A

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

Shades of Salem #067E4A

Tints of Salem #067E4A

Color information

#067E4A (or 0x067E4A) is unknown color: approx Salem. HEX triplet: 06, 7E and 4A. RGB value is (6,126,74). Sum of RGB (Red+Green+Blue) = 6+126+74=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 126 (49.61% from 255 or 61.17% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 126 - color contains mainly: green. Hex color #067E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067E4A is #F981B5. Grayscale: #545454. Windows color (decimal): -16351670 or 4881926. OLE color: 4881926.

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

Color convert

RGB612674-
CMYK0.9500.410.51
HSL154º90.91%25.88%-
HSV(B)154º95.24%49.41%-
XYZ8.7715.459-
YUV84.19122.2472.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.91%
GREEN value IS 126 (49.61% from 255) = 61.17%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=2.91%
G=61.17%
B=35.92%

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
Decimal6126740.9500.410.5115490.9125.88
Hex67E4A5F029339a5b1a
Octal61761121370516323213332
Binary110111111010010101011111010100111001110011010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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