#759669

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

Shades of Amulet #759669

Tints of Amulet #759669

Color information

#759669 (or 0x759669) is unknown color: approx Amulet. HEX triplet: 75, 96 and 69. RGB value is (117,150,105). Sum of RGB (Red+Green+Blue) = 117+150+105=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #759669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759669 is #8A6996. Grayscale: #878787. Windows color (decimal): -9070999 or 6919797. OLE color: 6919797.

HSL color Cylindrical-coordinate representation of color #759669: hue angle of 104º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #759669 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB117150105-
CMYK0.2200.300.41
HSL104º17.65%50%-
HSV(B)104º30%58.82%-
XYZ20.7926.6117.41-
YUV135111.07115.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 150 (58.98% from 255) = 40.32%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=31.45%
G=40.32%
B=28.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171501050.2200.300.4110417.6550
Hex7596691601E29681232
Octal16522615126036511502262
Binary111010110010110110100110110011110101001110100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759669; }

 p { color: rgb(117,150,105); }

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

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

 a { background-color: rgb(117,150,105); }

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

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

 span { border-color: rgb(117,150,105); }

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