Html Css Color HEX #79996F Amulet

📋 copy color: '#79996F'

red 121 ◦ green 153 ◦ blue 111

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

Shades of Amulet #79996F

Tints of Amulet #79996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.74%

 BLUE value IS 111 (43.75% from 255) = 28.83%

R = 31.43%
G = 39.74%
B = 28.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#79996F (or 0x79996F) is known color: Amulet. HEX triplet: 79, 99 and 6F. RGB value is (121,153,111). Sum of RGB (Red+Green+Blue) = 121+153+111=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #79996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79996F is #866690. Grayscale: #8A8A8A. Windows color (decimal): -8808081 or 7313785. OLE color: 7313785.

HSL color Cylindrical-coordinate representation of color #79996F: hue angle of 105.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #79996F is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 153 111 -
CMYK 0.21 0 0.27 0.4
HSL 105.71º 0.17% 0.52% -
HSV(B) 105.71º 0.27% 0.6% -
XYZ 22.15 28 19.28 -
YUV 138.64 112.4 115.42 -
System Red Green Blue C M Y K H S L
Decimal 121 153 111 0.21 0 0.27 0.4 105.71 0.17 0.52
Hex 79 99 6F 15 0 1B 28 6A 11 34
Octal 171 231 157 25 0 33 50 152 21 64
Binary 1111001 10011001 1101111 10101 0 11011 101000 1101010 10001 110100

Color Harmonies of #79996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79996F

Black with #79996F

Text Example


Text Example

White with #79996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79996F; }

 p { color: rgb(121,153,111); }

 H1.HeaderClassName
 {
   color: #79996F;
 }
 .AnyTagClassName
 {
   color: #79996F;
 }
</style>

background-color css

<style>
 a { background-color: #79996F; }

 a { background-color: rgb(121,153,111); }

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

border-color css

<style>
 span { border-color: #79996F; }

 span { border-color: rgb(121,153,111); }

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