#0F724E

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

Shades of Salem #0F724E

Tints of Salem #0F724E

Color information

#0F724E (or 0x0F724E) is unknown color: approx Salem. HEX triplet: 0F, 72 and 4E. RGB value is (15,114,78). Sum of RGB (Red+Green+Blue) = 15+114+78=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #0F724E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F724E is #F08DB1. Grayscale: #505050. Windows color (decimal): -15764914 or 5141007. OLE color: 5141007.

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

Color convert

RGB1511478-
CMYK0.8700.320.55
HSL158.18º76.74%25.29%-
HSV(B)158.18º86.84%44.71%-
XYZ7.5912.699.26-
YUV80.29126.781.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.25%
GREEN value IS 114 (44.92% from 255) = 55.07%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=7.25%
G=55.07%
B=37.68%

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
Decimal15114780.8700.320.55158.1876.7425.29
HexF724E57020379e4d19
Octal171621161270406723611531
Binary1111111001010011101010111010000011011110011110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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