#74A072

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

Shades of Amulet #74A072

Tints of Amulet #74A072

Color information

#74A072 (or 0x74A072) is unknown color: approx Amulet. HEX triplet: 74, A0 and 72. RGB value is (116,160,114). Sum of RGB (Red+Green+Blue) = 116+160+114=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 160 - color contains mainly: green. Hex color #74A072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A072 is #8B5F8D. Grayscale: #8D8D8D. Windows color (decimal): -9133966 or 7512180. OLE color: 7512180.

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

Color convert

RGB116160114-
CMYK0.2800.290.37
HSL117.39º19.49%53.73%-
HSV(B)117.39º28.75%62.75%-
XYZ22.8130.0720.52-
YUV141.6112.42109.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 160 (62.89% from 255) = 41.03%
BLUE value IS 114 (44.92% from 255) = 29.23%
R=29.74%
G=41.03%
B=29.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1161601140.2800.290.37117.3919.4953.73
Hex74A0721C01D25751336
Octal16424016234035451652366
Binary111010010100000111001011100011101100101111010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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