#74AC6C

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

Shades of Amulet #74AC6C

Tints of Amulet #74AC6C

Color information

#74AC6C (or 0x74AC6C) is unknown color: approx Amulet. HEX triplet: 74, AC and 6C. RGB value is (116,172,108). Sum of RGB (Red+Green+Blue) = 116+172+108=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC6C is #8B5393. Grayscale: #949494. Windows color (decimal): -9130900 or 7122036. OLE color: 7122036.

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

Color convert

RGB116172108-
CMYK0.3300.370.33
HSL112.5º27.83%54.9%-
HSV(B)112.5º37.21%67.45%-
XYZ24.6634.319.51-
YUV147.96105.45105.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 172 (67.58% from 255) = 43.43%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=29.29%
G=43.43%
B=27.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161721080.3300.370.33112.527.8354.9
Hex74AC6C2102521701c37
Octal16425415441045411603467
Binary11101001010110011011001000010100101100001111000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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