#74AE69

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

Shades of Amulet #74AE69

Tints of Amulet #74AE69

Color information

#74AE69 (or 0x74AE69) is unknown color: approx Amulet. HEX triplet: 74, AE and 69. RGB value is (116,174,105). Sum of RGB (Red+Green+Blue) = 116+174+105=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AE69 is #8B5196. Grayscale: #959595. Windows color (decimal): -9130391 or 6925940. OLE color: 6925940.

HSL color Cylindrical-coordinate representation of color #74AE69: hue angle of 110.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74AE69 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB116174105-
CMYK0.3300.400.32
HSL110.43º29.87%54.71%-
HSV(B)110.43º39.66%68.24%-
XYZ24.8935.0118.81-
YUV148.79103.28104.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 105 (41.41% from 255) = 26.58%
R=29.37%
G=44.05%
B=26.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161741050.3300.400.32110.4329.8754.71
Hex74AE6921028206e1e37
Octal16425615141050401563667
Binary11101001010111011010011000010101000100000110111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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