#75AE6B

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

Shades of Amulet #75AE6B

Tints of Amulet #75AE6B

Color information

#75AE6B (or 0x75AE6B) is unknown color: approx Amulet. HEX triplet: 75, AE and 6B. RGB value is (117,174,107). Sum of RGB (Red+Green+Blue) = 117+174+107=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AE6B is #8A5194. Grayscale: #959595. Windows color (decimal): -9064853 or 7057013. OLE color: 7057013.

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

Color convert

RGB117174107-
CMYK0.3300.390.32
HSL111.04º29.26%55.1%-
HSV(B)111.04º38.51%68.24%-
XYZ25.1335.1219.36-
YUV149.32104.12104.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.40%
GREEN value IS 174 (68.36% from 255) = 43.72%
BLUE value IS 107 (42.19% from 255) = 26.88%
R=29.40%
G=43.72%
B=26.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171741070.3300.390.32111.0429.2655.1
Hex75AE6B21027206f1d37
Octal16525615341047401573567
Binary11101011010111011010111000010100111100000110111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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