#759B6C

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

Shades of Amulet #759B6C

Tints of Amulet #759B6C

Color information

#759B6C (or 0x759B6C) is unknown color: approx Amulet. HEX triplet: 75, 9B and 6C. RGB value is (117,155,108). Sum of RGB (Red+Green+Blue) = 117+155+108=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 155 - color contains mainly: green. Hex color #759B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B6C is #8A6493. Grayscale: #8A8A8A. Windows color (decimal): -9069716 or 7117685. OLE color: 7117685.

HSL color Cylindrical-coordinate representation of color #759B6C: hue angle of 108.51º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #759B6C is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB117155108-
CMYK0.2500.300.39
HSL108.51º19.03%51.57%-
HSV(B)108.51º30.32%60.78%-
XYZ21.7628.3118.5-
YUV138.28110.91112.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.79%
GREEN value IS 155 (60.94% from 255) = 40.79%
BLUE value IS 108 (42.58% from 255) = 28.42%
R=30.79%
G=40.79%
B=28.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171551080.2500.300.39108.5119.0351.57
Hex759B6C1901E276d1334
Octal16523315431036471552364
Binary111010110011011110110011001011110100111110110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759B6C; }

 p { color: rgb(117,155,108); }

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

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

 a { background-color: rgb(117,155,108); }

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

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

 span { border-color: rgb(117,155,108); }

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