#067C45

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

Shades of Salem #067C45

Tints of Salem #067C45

Color information

#067C45 (or 0x067C45) is unknown color: approx Salem. HEX triplet: 06, 7C and 45. RGB value is (6,124,69). Sum of RGB (Red+Green+Blue) = 6+124+69=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 124 (48.83% from 255 or 62.31% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 124 - color contains mainly: green. Hex color #067C45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067C45 is #F983BA. Grayscale: #525252. Windows color (decimal): -16352187 or 4553734. OLE color: 4553734.

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

Color convert

RGB612469-
CMYK0.9500.440.51
HSL152.03º90.77%25.49%-
HSV(B)152.03º95.16%48.63%-
XYZ8.3614.888.06-
YUV82.45120.4173.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.02%
GREEN value IS 124 (48.83% from 255) = 62.31%
BLUE value IS 69 (27.34% from 255) = 34.67%
R=3.02%
G=62.31%
B=34.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6124690.9500.440.51152.0390.7725.49
Hex67C455F02C33985b19
Octal61741051370546323013331
Binary110111110010001011011111010110011001110011000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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