#0F764E

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

Shades of Salem #0F764E

Tints of Salem #0F764E

Color information

#0F764E (or 0x0F764E) is unknown color: approx Salem. HEX triplet: 0F, 76 and 4E. RGB value is (15,118,78). Sum of RGB (Red+Green+Blue) = 15+118+78=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #0F764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F764E is #F089B1. Grayscale: #525252. Windows color (decimal): -15763890 or 5142031. OLE color: 5142031.

HSL color Cylindrical-coordinate representation of color #0F764E: hue angle of 156.7º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F764E is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1511878-
CMYK0.8700.340.54
HSL156.7º77.44%26.08%-
HSV(B)156.7º87.29%46.27%-
XYZ8.0513.619.41-
YUV82.64125.3879.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.11%
GREEN value IS 118 (46.48% from 255) = 55.92%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=7.11%
G=55.92%
B=36.97%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal15118780.8700.340.54156.777.4426.08
HexF764E57022369d4d1a
Octal171661161270426623511532
Binary1111111011010011101010111010001011011010011101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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