#759B65

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

Shades of Amulet #759B65

Tints of Amulet #759B65

Color information

#759B65 (or 0x759B65) is unknown color: approx Amulet. HEX triplet: 75, 9B and 65. RGB value is (117,155,101). Sum of RGB (Red+Green+Blue) = 117+155+101=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #759B65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B65 is #8A649A. Grayscale: #898989. Windows color (decimal): -9069723 or 6658933. OLE color: 6658933.

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

Color convert

RGB117155101-
CMYK0.2500.350.39
HSL102.22º21.26%50.2%-
HSV(B)102.22º34.84%60.78%-
XYZ21.4128.1616.62-
YUV137.48107.41113.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 155 (60.94% from 255) = 41.55%
BLUE value IS 101 (39.84% from 255) = 27.08%
R=31.37%
G=41.55%
B=27.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171551010.2500.350.39102.2221.2650.2
Hex759B651902327661532
Octal16523314531043471462562
Binary1110101100110111100101110010100011100111110011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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