#75AE63

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

Shades of Amulet #75AE63

Tints of Amulet #75AE63

Color information

#75AE63 (or 0x75AE63) is unknown color: approx Amulet. HEX triplet: 75, AE and 63. RGB value is (117,174,99). Sum of RGB (Red+Green+Blue) = 117+174+99=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AE63 is #8A519C. Grayscale: #949494. Windows color (decimal): -9064861 or 6532725. OLE color: 6532725.

HSL color Cylindrical-coordinate representation of color #75AE63: hue angle of 105.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75AE63 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB11717499-
CMYK0.3300.430.32
HSL105.6º31.65%53.53%-
HSV(B)105.6º43.1%68.24%-
XYZ24.7234.9517.25-
YUV148.41100.12105.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 174 (68.36% from 255) = 44.62%
BLUE value IS 99 (39.06% from 255) = 25.38%
R=30%
G=44.62%
B=25.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117174990.3300.430.32105.631.6553.53
Hex75AE632102B206a2036
Octal16525614341053401524066
Binary111010110101110110001110000101010111000001101010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,174,99); }

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

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

 a { background-color: rgb(117,174,99); }

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

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

 span { border-color: rgb(117,174,99); }

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