#74A16F

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

Shades of Amulet #74A16F

Tints of Amulet #74A16F

Color information

#74A16F (or 0x74A16F) is unknown color: approx Amulet. HEX triplet: 74, A1 and 6F. RGB value is (116,161,111). Sum of RGB (Red+Green+Blue) = 116+161+111=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 161 - color contains mainly: green. Hex color #74A16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A16F is #8B5E90. Grayscale: #8E8E8E. Windows color (decimal): -9133713 or 7315828. OLE color: 7315828.

HSL color Cylindrical-coordinate representation of color #74A16F: hue angle of 114º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A16F is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB116161111-
CMYK0.2800.310.37
HSL114º21.01%53.33%-
HSV(B)114º31.06%63.14%-
XYZ22.8230.3519.69-
YUV141.84110.59109.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 161 (63.28% from 255) = 41.49%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=29.90%
G=41.49%
B=28.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1161611110.2800.310.3711421.0153.33
Hex74A16F1C01F25721535
Octal16424115734037451622565
Binary111010010100001110111111100011111100101111001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,161,111); }

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

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

 a { background-color: rgb(116,161,111); }

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

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

 span { border-color: rgb(116,161,111); }

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