#74A271

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

Shades of Amulet #74A271

Tints of Amulet #74A271

Color information

#74A271 (or 0x74A271) is unknown color: approx Amulet. HEX triplet: 74, A2 and 71. RGB value is (116,162,113). Sum of RGB (Red+Green+Blue) = 116+162+113=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #74A271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A271 is #8B5D8E. Grayscale: #8E8E8E. Windows color (decimal): -9133455 or 7447156. OLE color: 7447156.

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

Color convert

RGB116162113-
CMYK0.2800.300.36
HSL116.33º20.85%53.92%-
HSV(B)116.33º30.25%63.53%-
XYZ23.130.7520.34-
YUV142.66111.26108.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=29.67%
G=41.43%
B=28.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1161621130.2800.300.36116.3320.8553.92
Hex74A2711C01E24741536
Octal16424216134036441642566
Binary111010010100010111000111100011110100100111010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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