#0F7B48

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

Shades of Salem #0F7B48

Tints of Salem #0F7B48

Color information

#0F7B48 (or 0x0F7B48) is unknown color: approx Salem. HEX triplet: 0F, 7B and 48. RGB value is (15,123,72). Sum of RGB (Red+Green+Blue) = 15+123+72=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7B48 is #F084B7. Grayscale: #545454. Windows color (decimal): -15762616 or 4750095. OLE color: 4750095.

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

Color convert

RGB1512372-
CMYK0.8800.410.52
HSL151.67º78.26%27.06%-
HSV(B)151.67º87.8%48.24%-
XYZ8.4514.748.53-
YUV84.89120.7278.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.14%
GREEN value IS 123 (48.44% from 255) = 58.57%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=7.14%
G=58.57%
B=34.29%

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
Decimal15123720.8800.410.52151.6778.2627.06
HexF7B485802934984e1b
Octal171731101300516423011633
Binary1111111101110010001011000010100111010010011000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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