#0F7947

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

Shades of Salem #0F7947

Tints of Salem #0F7947

Color information

#0F7947 (or 0x0F7947) is unknown color: approx Salem. HEX triplet: 0F, 79 and 47. RGB value is (15,121,71). Sum of RGB (Red+Green+Blue) = 15+121+71=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 121 (47.66% from 255 or 58.45% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 121 - color contains mainly: green. Hex color #0F7947 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7947 is #F086B8. Grayscale: #535353. Windows color (decimal): -15763129 or 4684047. OLE color: 4684047.

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

Color convert

RGB1512171-
CMYK0.8800.410.53
HSL151.7º77.94%26.67%-
HSV(B)151.7º87.6%47.45%-
XYZ8.1714.238.28-
YUV83.61120.8879.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.25%
GREEN value IS 121 (47.66% from 255) = 58.45%
BLUE value IS 71 (28.12% from 255) = 34.30%
R=7.25%
G=58.45%
B=34.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15121710.8800.410.53151.777.9426.67
HexF79475802935984e1b
Octal171711071300516523011633
Binary1111111100110001111011000010100111010110011000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,121,71); }

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

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

 a { background-color: rgb(15,121,71); }

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

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

 span { border-color: rgb(15,121,71); }

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