#74A56F

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

Shades of Amulet #74A56F

Tints of Amulet #74A56F

Color information

#74A56F (or 0x74A56F) is unknown color: approx Amulet. HEX triplet: 74, A5 and 6F. RGB value is (116,165,111). Sum of RGB (Red+Green+Blue) = 116+165+111=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #74A56F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A56F is #8B5A90. Grayscale: #909090. Windows color (decimal): -9132689 or 7316852. OLE color: 7316852.

HSL color Cylindrical-coordinate representation of color #74A56F: hue angle of 114.44º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74A56F is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB116165111-
CMYK0.3000.330.35
HSL114.44º23.08%54.12%-
HSV(B)114.44º32.73%64.71%-
XYZ23.5331.7719.93-
YUV144.19109.27107.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.59%
GREEN value IS 165 (64.84% from 255) = 42.09%
BLUE value IS 111 (43.75% from 255) = 28.32%
R=29.59%
G=42.09%
B=28.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161651110.3000.330.35114.4423.0854.12
Hex74A56F1E02123721736
Octal16424515736041431622766
Binary1110100101001011101111111100100001100011111001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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