#7D996C

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

Shades of Amulet #7D996C

Tints of Amulet #7D996C

Color information

#7D996C (or 0x7D996C) is unknown color: approx Amulet. HEX triplet: 7D, 99 and 6C. RGB value is (125,153,108). Sum of RGB (Red+Green+Blue) = 125+153+108=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #7D996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D996C is #826693. Grayscale: #8B8B8B. Windows color (decimal): -8545940 or 7117181. OLE color: 7117181.

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

Color convert

RGB125153108-
CMYK0.1800.290.4
HSL97.33º18.07%51.18%-
HSV(B)97.33º29.41%60%-
XYZ22.5628.2318.45-
YUV139.5110.22117.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.38%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 108 (42.58% from 255) = 27.98%
R=32.38%
G=39.64%
B=27.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1251531080.1800.290.497.3318.0751.18
Hex7D996C1201D28611233
Octal17523115422035501412263
Binary111110110011001110110010010011101101000110000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D996C; }

 p { color: rgb(125,153,108); }

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

<style>
 a { background-color: #7D996C; }

 a { background-color: rgb(125,153,108); }

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

<style>
 span { border-color: #7D996C; }

 span { border-color: rgb(125,153,108); }

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