#75AA69

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

Shades of Amulet #75AA69

Tints of Amulet #75AA69

Color information

#75AA69 (or 0x75AA69) is unknown color: approx Amulet. HEX triplet: 75, AA and 69. RGB value is (117,170,105). Sum of RGB (Red+Green+Blue) = 117+170+105=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AA69 is #8A5596. Grayscale: #929292. Windows color (decimal): -9065879 or 6924917. OLE color: 6924917.

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

Color convert

RGB117170105-
CMYK0.3100.380.33
HSL108.92º27.66%53.92%-
HSV(B)108.92º38.24%66.67%-
XYZ24.2633.5518.56-
YUV146.74104.44106.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.85%
GREEN value IS 170 (66.80% from 255) = 43.37%
BLUE value IS 105 (41.41% from 255) = 26.79%
R=29.85%
G=43.37%
B=26.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171701050.3100.380.33108.9227.6653.92
Hex75AA691F026216d1c36
Octal16525215137046411553466
Binary1110101101010101101001111110100110100001110110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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