#997A40

Color #997A40 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #997A40

Tints of Muesli #997A40

Color information

#997A40 (or 0x997A40) is unknown color: approx Muesli. HEX triplet: 99, 7A and 40. RGB value is (153,122,64). Sum of RGB (Red+Green+Blue) = 153+122+64=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #997A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997A40 is #6685BF. Grayscale: #7C7C7C. Windows color (decimal): -6718912 or 4225689. OLE color: 4225689.

HSL color Cylindrical-coordinate representation of color #997A40: hue angle of 39.1º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #997A40 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB15312264-
CMYK00.200.580.4
HSL39.1º41.01%42.55%-
HSV(B)39.1º58.17%60%-
XYZ21.0221.067.81-
YUV124.6693.77148.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 122 (48.05% from 255) = 35.99%
BLUE value IS 64 (25.39% from 255) = 18.88%
R=45.13%
G=35.99%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531226400.200.580.439.141.0142.55
Hex997A400143A2827292b
Octal2311721000247250475153
Binary1001100111110101000000010100111010101000100111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997A40; }

 p { color: rgb(153,122,64); }

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

<style>
 a { background-color: #997A40; }

 a { background-color: rgb(153,122,64); }

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

<style>
 span { border-color: #997A40; }

 span { border-color: rgb(153,122,64); }

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