#0F7A4E

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

Shades of Salem #0F7A4E

Tints of Salem #0F7A4E

Color information

#0F7A4E (or 0x0F7A4E) is unknown color: approx Salem. HEX triplet: 0F, 7A and 4E. RGB value is (15,122,78). Sum of RGB (Red+Green+Blue) = 15+122+78=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #0F7A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7A4E is #F085B1. Grayscale: #555555. Windows color (decimal): -15762866 or 5143055. OLE color: 5143055.

HSL color Cylindrical-coordinate representation of color #0F7A4E: hue angle of 155.33º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7A4E is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB1512278-
CMYK0.8800.360.52
HSL155.33º78.1%26.86%-
HSV(B)155.33º87.7%47.84%-
XYZ8.5314.579.57-
YUV84.99124.0578.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.98%
GREEN value IS 122 (48.05% from 255) = 56.74%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=6.98%
G=56.74%
B=36.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15122780.8800.360.52155.3378.126.86
HexF7A4E58024349b4e1b
Octal171721161300446423311633
Binary1111111101010011101011000010010011010010011011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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