#7D9D6D

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

Shades of Amulet #7D9D6D

Tints of Amulet #7D9D6D

Color information

#7D9D6D (or 0x7D9D6D) is unknown color: approx Amulet. HEX triplet: 7D, 9D and 6D. RGB value is (125,157,109). Sum of RGB (Red+Green+Blue) = 125+157+109=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 157 - color contains mainly: green. Hex color #7D9D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9D6D is #826292. Grayscale: #8E8E8E. Windows color (decimal): -8544915 or 7183741. OLE color: 7183741.

HSL color Cylindrical-coordinate representation of color #7D9D6D: hue angle of 100º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D9D6D is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB125157109-
CMYK0.2000.310.38
HSL100º19.67%52.16%-
HSV(B)100º30.57%61.57%-
XYZ23.2729.5818.95-
YUV141.96109.4115.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.97%
GREEN value IS 157 (61.72% from 255) = 40.15%
BLUE value IS 109 (42.97% from 255) = 27.88%
R=31.97%
G=40.15%
B=27.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1251571090.2000.310.3810019.6752.16
Hex7D9D6D1401F26641434
Octal17523515524037461442464
Binary111110110011101110110110100011111100110110010010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,157,109); }

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

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

 a { background-color: rgb(125,157,109); }

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

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

 span { border-color: rgb(125,157,109); }

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