#759671

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

Shades of Amulet #759671

Tints of Amulet #759671

Color information

#759671 (or 0x759671) is unknown color: approx Amulet. HEX triplet: 75, 96 and 71. RGB value is (117,150,113). Sum of RGB (Red+Green+Blue) = 117+150+113=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 150 - color contains mainly: green. Hex color #759671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759671 is #8A698E. Grayscale: #888888. Windows color (decimal): -9070991 or 7444085. OLE color: 7444085.

HSL color Cylindrical-coordinate representation of color #759671: hue angle of 113.51º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759671 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB117150113-
CMYK0.2200.250.41
HSL113.51º14.98%51.57%-
HSV(B)113.51º24.67%58.82%-
XYZ21.2226.7919.67-
YUV135.92115.07114.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.79%
GREEN value IS 150 (58.98% from 255) = 39.47%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=30.79%
G=39.47%
B=29.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171501130.2200.250.41113.5114.9851.57
Hex759671160192972f34
Octal16522616126031511621764
Binary11101011001011011100011011001100110100111100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759671; }

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

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

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

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

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

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

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

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