#097F56

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

Shades of Salem #097F56

Tints of Salem #097F56

Color information

#097F56 (or 0x097F56) is unknown color: approx Salem. HEX triplet: 09, 7F and 56. RGB value is (9,127,86). Sum of RGB (Red+Green+Blue) = 9+127+86=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 127 (50% from 255 or 57.21% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 127 - color contains mainly: green. Hex color #097F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097F56 is #F680A9. Grayscale: #575757. Windows color (decimal): -16154794 or 5668617. OLE color: 5668617.

HSL color Cylindrical-coordinate representation of color #097F56: hue angle of 159.15º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097F56 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB912786-
CMYK0.9300.320.50
HSL159.15º86.76%26.67%-
HSV(B)159.15º92.91%49.8%-
XYZ9.3815.9111.38-
YUV87.04127.4172.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.05%
GREEN value IS 127 (50% from 255) = 57.21%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=4.05%
G=57.21%
B=38.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9127860.9300.320.50159.1586.7626.67
Hex97F565D020329f571b
Octal111771261350406223712733
Binary1001111111110101101011101010000011001010011111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,127,86); }

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

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

 a { background-color: rgb(9,127,86); }

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

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

 span { border-color: rgb(9,127,86); }

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