#0F724D

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

Shades of Salem #0F724D

Tints of Salem #0F724D

Color information

#0F724D (or 0x0F724D) is unknown color: approx Salem. HEX triplet: 0F, 72 and 4D. RGB value is (15,114,77). Sum of RGB (Red+Green+Blue) = 15+114+77=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #0F724D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F724D is #F08DB2. Grayscale: #505050. Windows color (decimal): -15764915 or 5075471. OLE color: 5075471.

HSL color Cylindrical-coordinate representation of color #0F724D: hue angle of 157.58º 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 #0F724D is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1511477-
CMYK0.8700.320.55
HSL157.58º76.74%25.29%-
HSV(B)157.58º86.84%44.71%-
XYZ7.5512.679.07-
YUV80.18126.281.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.28%
GREEN value IS 114 (44.92% from 255) = 55.34%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=7.28%
G=55.34%
B=37.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal15114770.8700.320.55157.5876.7425.29
HexF724D57020379e4d19
Octal171621151270406723611531
Binary1111111001010011011010111010000011011110011110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,114,77); }

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

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

 a { background-color: rgb(15,114,77); }

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

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

 span { border-color: rgb(15,114,77); }

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