#75AE66

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

Shades of Amulet #75AE66

Tints of Amulet #75AE66

Color information

#75AE66 (or 0x75AE66) is unknown color: approx Amulet. HEX triplet: 75, AE and 66. RGB value is (117,174,102). Sum of RGB (Red+Green+Blue) = 117+174+102=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AE66 is #8A5199. Grayscale: #949494. Windows color (decimal): -9064858 or 6729333. OLE color: 6729333.

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

Color convert

RGB117174102-
CMYK0.3300.410.32
HSL107.5º30.77%54.12%-
HSV(B)107.5º41.38%68.24%-
XYZ24.8735.0118.02-
YUV148.75101.62105.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.77%
GREEN value IS 174 (68.36% from 255) = 44.27%
BLUE value IS 102 (40.23% from 255) = 25.95%
R=29.77%
G=44.27%
B=25.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171741020.3300.410.32107.530.7754.12
Hex75AE6621029206c1f36
Octal16525614641051401543766
Binary11101011010111011001101000010101001100000110110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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