#75AA65

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

Shades of Amulet #75AA65

Tints of Amulet #75AA65

Color information

#75AA65 (or 0x75AA65) is unknown color: approx Amulet. HEX triplet: 75, AA and 65. RGB value is (117,170,101). Sum of RGB (Red+Green+Blue) = 117+170+101=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AA65 is #8A559A. Grayscale: #929292. Windows color (decimal): -9065883 or 6662773. OLE color: 6662773.

HSL color Cylindrical-coordinate representation of color #75AA65: hue angle of 106.09º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75AA65 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB117170101-
CMYK0.3100.410.33
HSL106.09º28.87%53.14%-
HSV(B)106.09º40.59%66.67%-
XYZ24.0633.4717.5-
YUV146.29102.44107.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.15%
GREEN value IS 170 (66.80% from 255) = 43.81%
BLUE value IS 101 (39.84% from 255) = 26.03%
R=30.15%
G=43.81%
B=26.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171701010.3100.410.33106.0928.8753.14
Hex75AA651F029216a1d35
Octal16525214537051411523565
Binary1110101101010101100101111110101001100001110101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75AA65; }

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

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

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

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

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

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

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

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