#74936F

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

Shades of Amulet #74936F

Tints of Amulet #74936F

Color information

#74936F (or 0x74936F) is unknown color: approx Amulet. HEX triplet: 74, 93 and 6F. RGB value is (116,147,111). Sum of RGB (Red+Green+Blue) = 116+147+111=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #74936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74936F is #8B6C90. Grayscale: #858585. Windows color (decimal): -9137297 or 7312244. OLE color: 7312244.

HSL color Cylindrical-coordinate representation of color #74936F: hue angle of 111.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #74936F is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB116147111-
CMYK0.2100.240.42
HSL111.67º14.29%50.59%-
HSV(B)111.67º24.49%57.65%-
XYZ20.5125.7318.92-
YUV133.63115.23115.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.02%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=31.02%
G=39.30%
B=29.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161471110.2100.240.42111.6714.2950.59
Hex74936F150182A70e33
Octal16422315725030521601663
Binary11101001001001111011111010101100010101011100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74936F; }

 p { color: rgb(116,147,111); }

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

<style>
 a { background-color: #74936F; }

 a { background-color: rgb(116,147,111); }

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

<style>
 span { border-color: #74936F; }

 span { border-color: rgb(116,147,111); }

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