#0F794B

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

Shades of Salem #0F794B

Tints of Salem #0F794B

Color information

#0F794B (or 0x0F794B) is unknown color: approx Salem. HEX triplet: 0F, 79 and 4B. RGB value is (15,121,75). Sum of RGB (Red+Green+Blue) = 15+121+75=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #0F794B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F794B is #F086B4. Grayscale: #545454. Windows color (decimal): -15763125 or 4946191. OLE color: 4946191.

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

Color convert

RGB1512175-
CMYK0.8800.380.53
HSL153.96º77.94%26.67%-
HSV(B)153.96º87.6%47.45%-
XYZ8.314.288.98-
YUV84.06122.8878.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.11%
GREEN value IS 121 (47.66% from 255) = 57.35%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=7.11%
G=57.35%
B=35.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15121750.8800.380.53153.9677.9426.67
HexF794B58026359a4e1b
Octal171711131300466523211633
Binary1111111100110010111011000010011011010110011010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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