#759370

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

Shades of Amulet #759370

Tints of Amulet #759370

Color information

#759370 (or 0x759370) is unknown color: approx Amulet. HEX triplet: 75, 93 and 70. RGB value is (117,147,112). Sum of RGB (Red+Green+Blue) = 117+147+112=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #759370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759370 is #8A6C8F. Grayscale: #868686. Windows color (decimal): -9071760 or 7377781. OLE color: 7377781.

HSL color Cylindrical-coordinate representation of color #759370: hue angle of 111.43º 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 #759370 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB117147112-
CMYK0.2000.240.42
HSL111.43º13.94%50.78%-
HSV(B)111.43º23.81%57.65%-
XYZ20.6925.8219.22-
YUV134.04115.56115.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=31.12%
G=39.10%
B=29.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171471120.2000.240.42111.4313.9450.78
Hex759370140182A6fe33
Octal16522316024030521571663
Binary11101011001001111100001010001100010101011011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759370; }

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

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

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

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

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

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

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

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