#74A86A

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

Shades of Amulet #74A86A

Tints of Amulet #74A86A

Color information

#74A86A (or 0x74A86A) is unknown color: approx Amulet. HEX triplet: 74, A8 and 6A. RGB value is (116,168,106). Sum of RGB (Red+Green+Blue) = 116+168+106=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 168 - color contains mainly: green. Hex color #74A86A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A86A is #8B5795. Grayscale: #919191. Windows color (decimal): -9131926 or 6989940. OLE color: 6989940.

HSL color Cylindrical-coordinate representation of color #74A86A: hue angle of 110.32º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74A86A is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB116168106-
CMYK0.3100.370.34
HSL110.32º26.27%53.73%-
HSV(B)110.32º36.9%65.88%-
XYZ23.8132.7618.7-
YUV145.38105.77107.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 168 (66.02% from 255) = 43.08%
BLUE value IS 106 (41.80% from 255) = 27.18%
R=29.74%
G=43.08%
B=27.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1161681060.3100.370.34110.3226.2753.73
Hex74A86A1F025226e1a36
Octal16425015237045421563266
Binary1110100101010001101010111110100101100010110111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,168,106); }

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

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

 a { background-color: rgb(116,168,106); }

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

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

 span { border-color: rgb(116,168,106); }

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