#067B49

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

Shades of Salem #067B49

Tints of Salem #067B49

Color information

#067B49 (or 0x067B49) is unknown color: approx Salem. HEX triplet: 06, 7B and 49. RGB value is (6,123,73). Sum of RGB (Red+Green+Blue) = 6+123+73=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 123 (48.44% from 255 or 60.89% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 123 - color contains mainly: green. Hex color #067B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067B49 is #F984B6. Grayscale: #525252. Windows color (decimal): -16352439 or 4815622. OLE color: 4815622.

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

Color convert

RGB612373-
CMYK0.9500.410.52
HSL154.36º90.7%25.29%-
HSV(B)154.36º95.12%48.24%-
XYZ8.3614.698.7-
YUV82.32122.7473.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.97%
GREEN value IS 123 (48.44% from 255) = 60.89%
BLUE value IS 73 (28.91% from 255) = 36.14%
R=2.97%
G=60.89%
B=36.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6123730.9500.410.52154.3690.725.29
Hex67B495F029349a5b19
Octal61731111370516423213331
Binary110111101110010011011111010100111010010011010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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