#75AF66

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

Shades of Amulet #75AF66

Tints of Amulet #75AF66

Color information

#75AF66 (or 0x75AF66) is unknown color: approx Amulet. HEX triplet: 75, AF and 66. RGB value is (117,175,102). Sum of RGB (Red+Green+Blue) = 117+175+102=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AF66 is #8A5099. Grayscale: #959595. Windows color (decimal): -9064602 or 6729589. OLE color: 6729589.

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

Color convert

RGB117175102-
CMYK0.3300.420.31
HSL107.67º31.33%54.31%-
HSV(B)107.67º41.71%68.63%-
XYZ25.0635.418.08-
YUV149.34101.28104.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 175 (68.75% from 255) = 44.42%
BLUE value IS 102 (40.23% from 255) = 25.89%
R=29.70%
G=44.42%
B=25.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171751020.3300.420.31107.6731.3354.31
Hex75AF662102A1F6c1f36
Octal16525714641052371543766
Binary1110101101011111100110100001010101011111110110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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