#0F7D4E

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

Shades of Salem #0F7D4E

Tints of Salem #0F7D4E

Color information

#0F7D4E (or 0x0F7D4E) is unknown color: approx Salem. HEX triplet: 0F, 7D and 4E. RGB value is (15,125,78). Sum of RGB (Red+Green+Blue) = 15+125+78=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 125 (49.22% from 255 or 57.34% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 125 - color contains mainly: green. Hex color #0F7D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7D4E is #F082B1. Grayscale: #565656. Windows color (decimal): -15762098 or 5143823. OLE color: 5143823.

HSL color Cylindrical-coordinate representation of color #0F7D4E: hue angle of 154.36º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7D4E is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB1512578-
CMYK0.8800.380.51
HSL154.36º78.57%27.45%-
HSV(B)154.36º88%49.02%-
XYZ8.9115.329.7-
YUV86.75123.0676.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.88%
GREEN value IS 125 (49.22% from 255) = 57.34%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=6.88%
G=57.34%
B=35.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15125780.8800.380.51154.3678.5727.45
HexF7D4E58026339a4f1b
Octal171751161300466323211733
Binary1111111110110011101011000010011011001110011010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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