#74996B

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

Shades of Amulet #74996B

Tints of Amulet #74996B

Color information

#74996B (or 0x74996B) is unknown color: approx Amulet. HEX triplet: 74, 99 and 6B. RGB value is (116,153,107). Sum of RGB (Red+Green+Blue) = 116+153+107=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #74996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74996B is #8B6694. Grayscale: #888888. Windows color (decimal): -9135765 or 7051636. OLE color: 7051636.

HSL color Cylindrical-coordinate representation of color #74996B: hue angle of 108.26º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74996B is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB116153107-
CMYK0.2400.300.4
HSL108.26º18.4%50.98%-
HSV(B)108.26º30.07%60%-
XYZ21.2527.5618.11-
YUV136.69111.24113.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.85%
GREEN value IS 153 (60.16% from 255) = 40.69%
BLUE value IS 107 (42.19% from 255) = 28.46%
R=30.85%
G=40.69%
B=28.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1161531070.2400.300.4108.2618.450.98
Hex74996B1801E286c1233
Octal16423115330036501542263
Binary111010010011001110101111000011110101000110110010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74996B; }

 p { color: rgb(116,153,107); }

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

<style>
 a { background-color: #74996B; }

 a { background-color: rgb(116,153,107); }

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

<style>
 span { border-color: #74996B; }

 span { border-color: rgb(116,153,107); }

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