#097F42

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

Shades of Salem #097F42

Tints of Salem #097F42

Color information

#097F42 (or 0x097F42) is unknown color: approx Salem. HEX triplet: 09, 7F and 42. RGB value is (9,127,66). Sum of RGB (Red+Green+Blue) = 9+127+66=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 127 (50% from 255 or 62.87% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 127 - color contains mainly: green. Hex color #097F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097F42 is #F680BD. Grayscale: #545454. Windows color (decimal): -16154814 or 4357897. OLE color: 4357897.

HSL color Cylindrical-coordinate representation of color #097F42: hue angle of 148.98º 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 #097F42 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB912766-
CMYK0.9300.480.50
HSL148.98º86.76%26.67%-
HSV(B)148.98º92.91%49.8%-
XYZ8.6915.637.71-
YUV84.76117.4173.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.46%
GREEN value IS 127 (50% from 255) = 62.87%
BLUE value IS 66 (26.17% from 255) = 32.67%
R=4.46%
G=62.87%
B=32.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9127660.9300.480.50148.9886.7626.67
Hex97F425D0303295571b
Octal111771021350606222512733
Binary1001111111110000101011101011000011001010010101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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