#0F734B

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

Shades of Salem #0F734B

Tints of Salem #0F734B

Color information

#0F734B (or 0x0F734B) is unknown color: approx Salem. HEX triplet: 0F, 73 and 4B. RGB value is (15,115,75). Sum of RGB (Red+Green+Blue) = 15+115+75=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #0F734B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F734B is #F08CB4. Grayscale: #505050. Windows color (decimal): -15764661 or 4944655. OLE color: 4944655.

HSL color Cylindrical-coordinate representation of color #0F734B: hue angle of 156º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F734B is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1511575-
CMYK0.8700.350.55
HSL156º76.92%25.49%-
HSV(B)156º86.96%45.1%-
XYZ7.612.878.74-
YUV80.54124.8781.25-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.32%
GREEN value IS 115 (45.31% from 255) = 56.10%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=7.32%
G=56.10%
B=36.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal15115750.8700.350.5515676.9225.49
HexF734B57023379c4d19
Octal171631131270436723411531
Binary1111111001110010111010111010001111011110011100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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