#759470

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

Shades of Amulet #759470

Tints of Amulet #759470

Color information

#759470 (or 0x759470) is unknown color: approx Amulet. HEX triplet: 75, 94 and 70. RGB value is (117,148,112). Sum of RGB (Red+Green+Blue) = 117+148+112=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #759470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759470 is #8A6B8F. Grayscale: #868686. Windows color (decimal): -9071504 or 7378037. OLE color: 7378037.

HSL color Cylindrical-coordinate representation of color #759470: hue angle of 111.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #759470 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB117148112-
CMYK0.2100.240.42
HSL111.67º14.4%50.98%-
HSV(B)111.67º24.32%58.04%-
XYZ20.8526.1319.27-
YUV134.63115.23115.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=31.03%
G=39.26%
B=29.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171481120.2100.240.42111.6714.450.98
Hex759470150182A70e33
Octal16522416025030521601663
Binary11101011001010011100001010101100010101011100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759470; }

 p { color: rgb(117,148,112); }

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

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

 a { background-color: rgb(117,148,112); }

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

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

 span { border-color: rgb(117,148,112); }

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