#74A272

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

Shades of Amulet #74A272

Tints of Amulet #74A272

Color information

#74A272 (or 0x74A272) is unknown color: approx Amulet. HEX triplet: 74, A2 and 72. RGB value is (116,162,114). Sum of RGB (Red+Green+Blue) = 116+162+114=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #74A272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A272 is #8B5D8D. Grayscale: #8E8E8E. Windows color (decimal): -9133454 or 7512692. OLE color: 7512692.

HSL color Cylindrical-coordinate representation of color #74A272: hue angle of 117.5º 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 #74A272 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB116162114-
CMYK0.2800.300.36
HSL117.5º20.51%54.12%-
HSV(B)117.5º29.63%63.53%-
XYZ23.1630.7720.64-
YUV142.77111.76108.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.59%
GREEN value IS 162 (63.67% from 255) = 41.33%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=29.59%
G=41.33%
B=29.08%

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
Decimal1161621140.2800.300.36117.520.5154.12
Hex74A2721C01E24761536
Octal16424216234036441662566
Binary111010010100010111001011100011110100100111011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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