#0F7A57

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

Shades of Salem #0F7A57

Tints of Salem #0F7A57

Color information

#0F7A57 (or 0x0F7A57) is unknown color: approx Salem. HEX triplet: 0F, 7A and 57. RGB value is (15,122,87). Sum of RGB (Red+Green+Blue) = 15+122+87=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 122 (48.05% from 255 or 54.46% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 122 - color contains mainly: green. Hex color #0F7A57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7A57 is #F085A8. Grayscale: #565656. Windows color (decimal): -15762857 or 5732879. OLE color: 5732879.

HSL color Cylindrical-coordinate representation of color #0F7A57: hue angle of 160.37º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7A57 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB1512287-
CMYK0.8800.290.52
HSL160.37º78.1%26.86%-
HSV(B)160.37º87.7%47.84%-
XYZ8.8814.7111.39-
YUV86.02128.5577.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.70%
GREEN value IS 122 (48.05% from 255) = 54.46%
BLUE value IS 87 (34.38% from 255) = 38.84%
R=6.70%
G=54.46%
B=38.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15122870.8800.290.52160.3778.126.86
HexF7A575801D34a04e1b
Octal171721271300356424011633
Binary111111110101010111101100001110111010010100000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F7A57; }

 p { color: rgb(15,122,87); }

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

<style>
 a { background-color: #0F7A57; }

 a { background-color: rgb(15,122,87); }

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

<style>
 span { border-color: #0F7A57; }

 span { border-color: rgb(15,122,87); }

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