#7D9F6E

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

Shades of Amulet #7D9F6E

Tints of Amulet #7D9F6E

Color information

#7D9F6E (or 0x7D9F6E) is unknown color: approx Amulet. HEX triplet: 7D, 9F and 6E. RGB value is (125,159,110). Sum of RGB (Red+Green+Blue) = 125+159+110=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9F6E is #826091. Grayscale: #8F8F8F. Windows color (decimal): -8544402 or 7249789. OLE color: 7249789.

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

Color convert

RGB125159110-
CMYK0.2100.310.38
HSL101.63º20.33%52.75%-
HSV(B)101.63º30.82%62.35%-
XYZ23.6730.2819.35-
YUV143.25109.24114.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.73%
GREEN value IS 159 (62.5% from 255) = 40.36%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=31.73%
G=40.36%
B=27.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1251591100.2100.310.38101.6320.3352.75
Hex7D9F6E1501F26661435
Octal17523715625037461462465
Binary111110110011111110111010101011111100110110011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,159,110); }

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

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

 a { background-color: rgb(125,159,110); }

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

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

 span { border-color: rgb(125,159,110); }

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