#0F784A

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

Shades of Salem #0F784A

Tints of Salem #0F784A

Color information

#0F784A (or 0x0F784A) is unknown color: approx Salem. HEX triplet: 0F, 78 and 4A. RGB value is (15,120,74). Sum of RGB (Red+Green+Blue) = 15+120+74=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 120 (47.27% from 255 or 57.42% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 120 - color contains mainly: green. Hex color #0F784A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F784A is #F087B5. Grayscale: #535353. Windows color (decimal): -15763382 or 4880399. OLE color: 4880399.

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

Color convert

RGB1512074-
CMYK0.8700.380.53
HSL153.71º77.78%26.47%-
HSV(B)153.71º87.5%47.06%-
XYZ8.1514.038.76-
YUV83.36122.7179.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.18%
GREEN value IS 120 (47.27% from 255) = 57.42%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=7.18%
G=57.42%
B=35.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15120740.8700.380.53153.7177.7826.47
HexF784A57026359a4e1a
Octal171701121270466523211632
Binary1111111100010010101010111010011011010110011010100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,120,74); }

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

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

 a { background-color: rgb(15,120,74); }

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

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

 span { border-color: rgb(15,120,74); }

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