#74AF6E

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

Shades of Amulet #74AF6E

Tints of Amulet #74AF6E

Color information

#74AF6E (or 0x74AF6E) is unknown color: approx Amulet. HEX triplet: 74, AF and 6E. RGB value is (116,175,110). Sum of RGB (Red+Green+Blue) = 116+175+110=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF6E is #8B5091. Grayscale: #969696. Windows color (decimal): -9130130 or 7253876. OLE color: 7253876.

HSL color Cylindrical-coordinate representation of color #74AF6E: hue angle of 114.46º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74AF6E is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB116175110-
CMYK0.3400.370.31
HSL114.46º28.89%55.88%-
HSV(B)114.46º37.14%68.63%-
XYZ25.3535.520.27-
YUV149.95105.45103.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.93%
GREEN value IS 175 (68.75% from 255) = 43.64%
BLUE value IS 110 (43.36% from 255) = 27.43%
R=28.93%
G=43.64%
B=27.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161751100.3400.370.31114.4628.8955.88
Hex74AF6E220251F721d38
Octal16425715642045371623570
Binary1110100101011111101110100010010010111111111001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74AF6E; }

 p { color: rgb(116,175,110); }

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

<style>
 a { background-color: #74AF6E; }

 a { background-color: rgb(116,175,110); }

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

<style>
 span { border-color: #74AF6E; }

 span { border-color: rgb(116,175,110); }

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