#759B68

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

Shades of Amulet #759B68

Tints of Amulet #759B68

Color information

#759B68 (or 0x759B68) is unknown color: approx Amulet. HEX triplet: 75, 9B and 68. RGB value is (117,155,104). Sum of RGB (Red+Green+Blue) = 117+155+104=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #759B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B68 is #8A6497. Grayscale: #898989. Windows color (decimal): -9069720 or 6855541. OLE color: 6855541.

HSL color Cylindrical-coordinate representation of color #759B68: hue angle of 104.71º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #759B68 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB117155104-
CMYK0.2500.330.39
HSL104.71º20.32%50.78%-
HSV(B)104.71º32.9%60.78%-
XYZ21.5628.2217.41-
YUV137.82108.91113.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 155 (60.94% from 255) = 41.22%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=31.12%
G=41.22%
B=27.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171551040.2500.330.39104.7120.3250.78
Hex759B681902127691433
Octal16523315031041471512463
Binary1110101100110111101000110010100001100111110100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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