#097A4A

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

Shades of Salem #097A4A

Tints of Salem #097A4A

Color information

#097A4A (or 0x097A4A) is unknown color: approx Salem. HEX triplet: 09, 7A and 4A. RGB value is (9,122,74). Sum of RGB (Red+Green+Blue) = 9+122+74=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #097A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097A4A is #F685B5. Grayscale: #525252. Windows color (decimal): -16156086 or 4880905. OLE color: 4880905.

HSL color Cylindrical-coordinate representation of color #097A4A: hue angle of 154.51º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097A4A is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB912274-
CMYK0.9300.390.52
HSL154.51º86.26%25.69%-
HSV(B)154.51º92.62%47.84%-
XYZ8.3114.478.83-
YUV82.74123.0675.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.39%
GREEN value IS 122 (48.05% from 255) = 59.51%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=4.39%
G=59.51%
B=36.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9122740.9300.390.52154.5186.2625.69
Hex97A4A5D027349b561a
Octal111721121350476423312632
Binary1001111101010010101011101010011111010010011011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097A4A; }

 p { color: rgb(9,122,74); }

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

<style>
 a { background-color: #097A4A; }

 a { background-color: rgb(9,122,74); }

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

<style>
 span { border-color: #097A4A; }

 span { border-color: rgb(9,122,74); }

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