#0F734D

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

Shades of Salem #0F734D

Tints of Salem #0F734D

Color information

#0F734D (or 0x0F734D) is unknown color: approx Salem. HEX triplet: 0F, 73 and 4D. RGB value is (15,115,77). Sum of RGB (Red+Green+Blue) = 15+115+77=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 115 (45.31% from 255 or 55.56% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 115 - color contains mainly: green. Hex color #0F734D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F734D is #F08CB2. Grayscale: #505050. Windows color (decimal): -15764659 or 5075727. OLE color: 5075727.

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

Color convert

RGB1511577-
CMYK0.8700.330.55
HSL157.2º76.92%25.49%-
HSV(B)157.2º86.96%45.1%-
XYZ7.6712.99.11-
YUV80.77125.8781.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.25%
GREEN value IS 115 (45.31% from 255) = 55.56%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=7.25%
G=55.56%
B=37.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal15115770.8700.330.55157.276.9225.49
HexF734D57021379d4d19
Octal171631151270416723511531
Binary1111111001110011011010111010000111011110011101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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