#74AE66

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

Shades of Amulet #74AE66

Tints of Amulet #74AE66

Color information

#74AE66 (or 0x74AE66) is unknown color: approx Amulet. HEX triplet: 74, AE and 66. RGB value is (116,174,102). Sum of RGB (Red+Green+Blue) = 116+174+102=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AE66 is #8B5199. Grayscale: #949494. Windows color (decimal): -9130394 or 6729332. OLE color: 6729332.

HSL color Cylindrical-coordinate representation of color #74AE66: hue angle of 108.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74AE66 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB116174102-
CMYK0.3300.410.32
HSL108.33º30.77%54.12%-
HSV(B)108.33º41.38%68.24%-
XYZ24.7434.9418.01-
YUV148.45101.78104.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.59%
GREEN value IS 174 (68.36% from 255) = 44.39%
BLUE value IS 102 (40.23% from 255) = 26.02%
R=29.59%
G=44.39%
B=26.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161741020.3300.410.32108.3330.7754.12
Hex74AE6621029206c1f36
Octal16425614641051401543766
Binary11101001010111011001101000010101001100000110110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,174,102); }

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

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

 a { background-color: rgb(116,174,102); }

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

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

 span { border-color: rgb(116,174,102); }

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