#74966D

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

Shades of Amulet #74966D

Tints of Amulet #74966D

Color information

#74966D (or 0x74966D) is unknown color: approx Amulet. HEX triplet: 74, 96 and 6D. RGB value is (116,150,109). Sum of RGB (Red+Green+Blue) = 116+150+109=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #74966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74966D is #8B6992. Grayscale: #878787. Windows color (decimal): -9136531 or 7181940. OLE color: 7181940.

HSL color Cylindrical-coordinate representation of color #74966D: hue angle of 109.76º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74966D is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB116150109-
CMYK0.2300.270.41
HSL109.76º16.33%50.78%-
HSV(B)109.76º27.33%58.82%-
XYZ20.8726.6318.51-
YUV135.16113.24114.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.93%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=30.93%
G=40%
B=29.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161501090.2300.270.41109.7616.3350.78
Hex74966D1701B296e1033
Octal16422615527033511562063
Binary111010010010110110110110111011011101001110111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74966D; }

 p { color: rgb(116,150,109); }

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

<style>
 a { background-color: #74966D; }

 a { background-color: rgb(116,150,109); }

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

<style>
 span { border-color: #74966D; }

 span { border-color: rgb(116,150,109); }

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