#0F7E4C

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

Shades of Salem #0F7E4C

Tints of Salem #0F7E4C

Color information

#0F7E4C (or 0x0F7E4C) is unknown color: approx Salem. HEX triplet: 0F, 7E and 4C. RGB value is (15,126,76). Sum of RGB (Red+Green+Blue) = 15+126+76=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 126 (49.61% from 255 or 58.06% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 126 - color contains mainly: green. Hex color #0F7E4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7E4C is #F081B3. Grayscale: #575757. Windows color (decimal): -15761844 or 5013007. OLE color: 5013007.

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

Color convert

RGB1512676-
CMYK0.8800.400.51
HSL152.97º78.72%27.65%-
HSV(B)152.97º88.1%49.41%-
XYZ8.9615.559.37-
YUV87.11121.7376.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.91%
GREEN value IS 126 (49.61% from 255) = 58.06%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=6.91%
G=58.06%
B=35.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15126760.8800.400.51152.9778.7227.65
HexF7E4C5802833994f1c
Octal171761141300506323111734
Binary1111111111010011001011000010100011001110011001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,126,76); }

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

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

 a { background-color: rgb(15,126,76); }

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

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

 span { border-color: rgb(15,126,76); }

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