#74A26F

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

Shades of Amulet #74A26F

Tints of Amulet #74A26F

Color information

#74A26F (or 0x74A26F) is unknown color: approx Amulet. HEX triplet: 74, A2 and 6F. RGB value is (116,162,111). Sum of RGB (Red+Green+Blue) = 116+162+111=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #74A26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A26F is #8B5D90. Grayscale: #8E8E8E. Windows color (decimal): -9133457 or 7316084. OLE color: 7316084.

HSL color Cylindrical-coordinate representation of color #74A26F: hue angle of 114.12º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A26F is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB116162111-
CMYK0.2800.310.36
HSL114.12º21.52%53.53%-
HSV(B)114.12º31.48%63.53%-
XYZ22.9930.719.75-
YUV142.43110.26109.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 162 (63.67% from 255) = 41.65%
BLUE value IS 111 (43.75% from 255) = 28.53%
R=29.82%
G=41.65%
B=28.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1161621110.2800.310.36114.1221.5253.53
Hex74A26F1C01F24721636
Octal16424215734037441622666
Binary111010010100010110111111100011111100100111001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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