#759868

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

Shades of Amulet #759868

Tints of Amulet #759868

Color information

#759868 (or 0x759868) is unknown color: approx Amulet. HEX triplet: 75, 98 and 68. RGB value is (117,152,104). Sum of RGB (Red+Green+Blue) = 117+152+104=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #759868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759868 is #8A6797. Grayscale: #888888. Windows color (decimal): -9070488 or 6854773. OLE color: 6854773.

HSL color Cylindrical-coordinate representation of color #759868: hue angle of 103.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #759868 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB117152104-
CMYK0.2300.320.40
HSL103.75º18.9%50.2%-
HSV(B)103.75º31.58%59.61%-
XYZ21.0627.2417.24-
YUV136.06109.9114.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 152 (59.77% from 255) = 40.75%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=31.37%
G=40.75%
B=27.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171521040.2300.320.40103.7518.950.2
Hex7598681702028681332
Octal16523015027040501502362
Binary1110101100110001101000101110100000101000110100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759868; }

 p { color: rgb(117,152,104); }

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

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

 a { background-color: rgb(117,152,104); }

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

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

 span { border-color: rgb(117,152,104); }

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