#759A6B

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

Shades of Amulet #759A6B

Tints of Amulet #759A6B

Color information

#759A6B (or 0x759A6B) is unknown color: approx Amulet. HEX triplet: 75, 9A and 6B. RGB value is (117,154,107). Sum of RGB (Red+Green+Blue) = 117+154+107=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #759A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A6B is #8A6594. Grayscale: #898989. Windows color (decimal): -9069973 or 7051893. OLE color: 7051893.

HSL color Cylindrical-coordinate representation of color #759A6B: hue angle of 107.23º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #759A6B is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB117154107-
CMYK0.2400.310.40
HSL107.23º18.88%51.18%-
HSV(B)107.23º30.52%60.39%-
XYZ21.5527.9518.17-
YUV137.58110.74113.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 154 (60.55% from 255) = 40.74%
BLUE value IS 107 (42.19% from 255) = 28.31%
R=30.95%
G=40.74%
B=28.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171541070.2400.310.40107.2318.8851.18
Hex759A6B1801F286b1333
Octal16523215330037501532363
Binary111010110011010110101111000011111101000110101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,154,107); }

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

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

 a { background-color: rgb(117,154,107); }

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

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

 span { border-color: rgb(117,154,107); }

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