#0F7754

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

Shades of Salem #0F7754

Tints of Salem #0F7754

Color information

#0F7754 (or 0x0F7754) is unknown color: approx Salem. HEX triplet: 0F, 77 and 54. RGB value is (15,119,84). Sum of RGB (Red+Green+Blue) = 15+119+84=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7754 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7754 is #F088AB. Grayscale: #535353. Windows color (decimal): -15763628 or 5535503. OLE color: 5535503.

HSL color Cylindrical-coordinate representation of color #0F7754: hue angle of 159.81º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7754 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1511984-
CMYK0.8700.290.53
HSL159.81º77.61%26.27%-
HSV(B)159.81º87.39%46.67%-
XYZ8.3913.9410.63-
YUV83.91128.0478.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.88%
GREEN value IS 119 (46.88% from 255) = 54.59%
BLUE value IS 84 (33.20% from 255) = 38.53%
R=6.88%
G=54.59%
B=38.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15119840.8700.290.53159.8177.6126.27
HexF77545701D35a04e1a
Octal171671241270356524011632
Binary111111101111010100101011101110111010110100000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,119,84); }

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

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

 a { background-color: rgb(15,119,84); }

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

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

 span { border-color: rgb(15,119,84); }

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