#74A670

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

Shades of Amulet #74A670

Tints of Amulet #74A670

Color information

#74A670 (or 0x74A670) is unknown color: approx Amulet. HEX triplet: 74, A6 and 70. RGB value is (116,166,112). Sum of RGB (Red+Green+Blue) = 116+166+112=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 166 - color contains mainly: green. Hex color #74A670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A670 is #8B598F. Grayscale: #919191. Windows color (decimal): -9132432 or 7382644. OLE color: 7382644.

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

Color convert

RGB116166112-
CMYK0.3000.330.35
HSL115.56º23.28%54.51%-
HSV(B)115.56º32.53%65.1%-
XYZ23.7632.1620.28-
YUV144.89109.44107.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.44%
GREEN value IS 166 (65.23% from 255) = 42.13%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=29.44%
G=42.13%
B=28.43%

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
Decimal1161661120.3000.330.35115.5623.2854.51
Hex74A6701E02123741737
Octal16424616036041431642767
Binary1110100101001101110000111100100001100011111010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,166,112); }

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

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

 a { background-color: rgb(116,166,112); }

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

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

 span { border-color: rgb(116,166,112); }

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