#067C48

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

Shades of Salem #067C48

Tints of Salem #067C48

Color information

#067C48 (or 0x067C48) is unknown color: approx Salem. HEX triplet: 06, 7C and 48. RGB value is (6,124,72). Sum of RGB (Red+Green+Blue) = 6+124+72=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #067C48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067C48 is #F983B7. Grayscale: #525252. Windows color (decimal): -16352184 or 4750342. OLE color: 4750342.

HSL color Cylindrical-coordinate representation of color #067C48: hue angle of 153.56º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067C48 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB612472-
CMYK0.9500.420.51
HSL153.56º90.77%25.49%-
HSV(B)153.56º95.16%48.63%-
XYZ8.4514.928.57-
YUV82.79121.9173.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.97%
GREEN value IS 124 (48.83% from 255) = 61.39%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=2.97%
G=61.39%
B=35.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6124720.9500.420.51153.5690.7725.49
Hex67C485F02A339a5b19
Octal61741101370526323213331
Binary110111110010010001011111010101011001110011010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,124,72); }

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

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

 a { background-color: rgb(6,124,72); }

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

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

 span { border-color: rgb(6,124,72); }

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