#74AC6A

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

Shades of Amulet #74AC6A

Tints of Amulet #74AC6A

Color information

#74AC6A (or 0x74AC6A) is unknown color: approx Amulet. HEX triplet: 74, AC and 6A. RGB value is (116,172,106). Sum of RGB (Red+Green+Blue) = 116+172+106=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC6A is #8B5395. Grayscale: #939393. Windows color (decimal): -9130902 or 6990964. OLE color: 6990964.

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

Color convert

RGB116172106-
CMYK0.3300.380.33
HSL110.91º28.45%54.51%-
HSV(B)110.91º38.37%67.45%-
XYZ24.5634.2618.95-
YUV147.73104.45105.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.44%
GREEN value IS 172 (67.58% from 255) = 43.65%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=29.44%
G=43.65%
B=26.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161721060.3300.380.33110.9128.4554.51
Hex74AC6A21026216f1c37
Octal16425415241046411573467
Binary11101001010110011010101000010100110100001110111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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