Html Css Color HEX #79956E Amulet

📋 copy color: '#79956E'

red 121 ◦ green 149 ◦ blue 110

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

Shades of Amulet #79956E

Tints of Amulet #79956E

RGB

 RED value IS 121 (47.66% from 255) = 31.84%

 GREEN value IS 149 (58.59% from 255) = 39.21%

 BLUE value IS 110 (43.36% from 255) = 28.95%

R = 31.84%
G = 39.21%
B = 28.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#79956E (or 0x79956E) is known color: Amulet. HEX triplet: 79, 95 and 6E. RGB value is (121,149,110). Sum of RGB (Red+Green+Blue) = 121+149+110=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 149 - color contains mainly: green. Hex color #79956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79956E is #866A91. Grayscale: #888888. Windows color (decimal): -8809106 or 7247225. OLE color: 7247225.

HSL color Cylindrical-coordinate representation of color #79956E: hue angle of 103.08º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79956E is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 149 110 -
CMYK 0.19 0 0.26 0.42
HSL 103.08º 0.16% 0.51% -
HSV(B) 103.08º 0.26% 0.58% -
XYZ 21.45 26.69 18.77 -
YUV 136.18 113.22 117.17 -
System Red Green Blue C M Y K H S L
Decimal 121 149 110 0.19 0 0.26 0.42 103.08 0.16 0.51
Hex 79 95 6E 13 0 1A 2A 67 10 33
Octal 171 225 156 23 0 32 52 147 20 63
Binary 1111001 10010101 1101110 10011 0 11010 101010 1100111 10000 110011

Color Harmonies of #79956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79956E

Black with #79956E

Text Example


Text Example

White with #79956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79956E; }

 p { color: rgb(121,149,110); }

 H1.HeaderClassName
 {
   color: #79956E;
 }
 .AnyTagClassName
 {
   color: #79956E;
 }
</style>

background-color css

<style>
 a { background-color: #79956E; }

 a { background-color: rgb(121,149,110); }

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

border-color css

<style>
 span { border-color: #79956E; }

 span { border-color: rgb(121,149,110); }

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