#759970

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

Shades of Amulet #759970

Tints of Amulet #759970

Color information

#759970 (or 0x759970) is unknown color: approx Amulet. HEX triplet: 75, 99 and 70. RGB value is (117,153,112). Sum of RGB (Red+Green+Blue) = 117+153+112=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #759970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759970 is #8A668F. Grayscale: #898989. Windows color (decimal): -9070224 or 7379317. OLE color: 7379317.

HSL color Cylindrical-coordinate representation of color #759970: hue angle of 112.68º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #759970 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB117153112-
CMYK0.2400.270.4
HSL112.68º16.73%51.96%-
HSV(B)112.68º26.8%60%-
XYZ21.6527.7319.54-
YUV137.56113.57113.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.63%
GREEN value IS 153 (60.16% from 255) = 40.05%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=30.63%
G=40.05%
B=29.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171531120.2400.270.4112.6816.7351.96
Hex7599701801B28711134
Octal16523116030033501612164
Binary111010110011001111000011000011011101000111000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759970; }

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

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

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

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

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

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

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

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