#067B48

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

Shades of Salem #067B48

Tints of Salem #067B48

Color information

#067B48 (or 0x067B48) is unknown color: approx Salem. HEX triplet: 06, 7B and 48. RGB value is (6,123,72). Sum of RGB (Red+Green+Blue) = 6+123+72=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 123 (48.44% from 255 or 61.19% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 123 - color contains mainly: green. Hex color #067B48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067B48 is #F984B7. Grayscale: #525252. Windows color (decimal): -16352440 or 4750086. OLE color: 4750086.

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

Color convert

RGB612372-
CMYK0.9500.410.52
HSL153.85º90.7%25.29%-
HSV(B)153.85º95.12%48.24%-
XYZ8.3314.678.52-
YUV82.2122.2473.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 123 (48.44% from 255) = 61.19%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=2.99%
G=61.19%
B=35.82%

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
Decimal6123720.9500.410.52153.8590.725.29
Hex67B485F029349a5b19
Octal61731101370516423213331
Binary110111101110010001011111010100111010010011010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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