Html Css Color HEX #7D9F79 Amulet

📋 copy color: '#7D9F79'

red 125 ◦ green 159 ◦ blue 121

#7D9F79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #7D9F79

Tints of Amulet #7D9F79

RGB

 RED value IS 125 (49.22% from 255) = 30.86%

 GREEN value IS 159 (62.5% from 255) = 39.26%

 BLUE value IS 121 (47.66% from 255) = 29.88%

R = 30.86%
G = 39.26%
B = 29.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#7D9F79 (or 0x7D9F79) is known color: Amulet. HEX triplet: 7D, 9F and 79. RGB value is (125,159,121). Sum of RGB (Red+Green+Blue) = 125+159+121=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9F79 is #826086. Grayscale: #909090. Windows color (decimal): -8544391 or 7970685. OLE color: 7970685.

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

Color convert

RGB 125 159 121 -
CMYK 0.21 0 0.24 0.38
HSL 113.68º 0.17% 0.55% -
HSV(B) 113.68º 0.24% 0.62% -
XYZ 24.31 30.54 22.7 -
YUV 144.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 125 159 121 0.21 0 0.24 0.38 113.68 0.17 0.55
Hex 7D 9F 79 15 0 18 26 72 11 37
Octal 175 237 171 25 0 30 46 162 21 67
Binary 1111101 10011111 1111001 10101 0 11000 100110 1110010 10001 110111

Color Harmonies of #7D9F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9F79

Black with #7D9F79

Text Example


Text Example

White with #7D9F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D9F79;
 }
 .AnyTagClassName
 {
   color: #7D9F79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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