#0F7A48

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

Shades of Salem #0F7A48

Tints of Salem #0F7A48

Color information

#0F7A48 (or 0x0F7A48) is unknown color: approx Salem. HEX triplet: 0F, 7A and 48. RGB value is (15,122,72). Sum of RGB (Red+Green+Blue) = 15+122+72=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 122 (48.05% from 255 or 58.37% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 122 - color contains mainly: green. Hex color #0F7A48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7A48 is #F085B7. Grayscale: #545454. Windows color (decimal): -15762872 or 4749839. OLE color: 4749839.

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

Color convert

RGB1512272-
CMYK0.8800.410.52
HSL151.96º78.1%26.86%-
HSV(B)151.96º87.7%47.84%-
XYZ8.3314.498.49-
YUV84.31121.0578.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.18%
GREEN value IS 122 (48.05% from 255) = 58.37%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=7.18%
G=58.37%
B=34.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15122720.8800.410.52151.9678.126.86
HexF7A485802934984e1b
Octal171721101300516423011633
Binary1111111101010010001011000010100111010010011000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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