#74AC66

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

Shades of Amulet #74AC66

Tints of Amulet #74AC66

Color information

#74AC66 (or 0x74AC66) is unknown color: approx Amulet. HEX triplet: 74, AC and 66. RGB value is (116,172,102). Sum of RGB (Red+Green+Blue) = 116+172+102=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC66 is #8B5399. Grayscale: #939393. Windows color (decimal): -9130906 or 6728820. OLE color: 6728820.

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

Color convert

RGB116172102-
CMYK0.3300.410.33
HSL108º29.66%53.73%-
HSV(B)108º40.7%67.45%-
XYZ24.3534.1817.88-
YUV147.28102.45105.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 172 (67.58% from 255) = 44.10%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=29.74%
G=44.10%
B=26.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161721020.3300.410.3310829.6653.73
Hex74AC6621029216c1e36
Octal16425414641051411543666
Binary11101001010110011001101000010101001100001110110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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