#74A16C

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

Shades of Amulet #74A16C

Tints of Amulet #74A16C

Color information

#74A16C (or 0x74A16C) is unknown color: approx Amulet. HEX triplet: 74, A1 and 6C. RGB value is (116,161,108). Sum of RGB (Red+Green+Blue) = 116+161+108=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #74A16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A16C is #8B5E93. Grayscale: #8D8D8D. Windows color (decimal): -9133716 or 7119220. OLE color: 7119220.

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

Color convert

RGB116161108-
CMYK0.2800.330.37
HSL110.94º21.99%52.75%-
HSV(B)110.94º32.92%63.14%-
XYZ22.6530.2918.84-
YUV141.5109.09109.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 161 (63.28% from 255) = 41.82%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=30.13%
G=41.82%
B=28.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1161611080.2800.330.37110.9421.9952.75
Hex74A16C1C021256f1635
Octal16424115434041451572665
Binary1110100101000011101100111000100001100101110111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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