#067B47

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

Shades of Salem #067B47

Tints of Salem #067B47

Color information

#067B47 (or 0x067B47) is unknown color: approx Salem. HEX triplet: 06, 7B and 47. RGB value is (6,123,71). Sum of RGB (Red+Green+Blue) = 6+123+71=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 123 (48.44% from 255 or 61.5% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 123 - color contains mainly: green. Hex color #067B47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067B47 is #F984B8. Grayscale: #525252. Windows color (decimal): -16352441 or 4684550. OLE color: 4684550.

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

Color convert

RGB612371-
CMYK0.9500.420.52
HSL153.33º90.7%25.29%-
HSV(B)153.33º95.12%48.24%-
XYZ8.314.668.35-
YUV82.09121.7473.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3%
GREEN value IS 123 (48.44% from 255) = 61.5%
BLUE value IS 71 (28.12% from 255) = 35.5%
R=3%
G=61.5%
B=35.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6123710.9500.420.52153.3390.725.29
Hex67B475F02A34995b19
Octal61731071370526423113331
Binary110111101110001111011111010101011010010011001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,123,71); }

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

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

 a { background-color: rgb(6,123,71); }

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

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

 span { border-color: rgb(6,123,71); }

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