Html Css Color HEX #79996C Amulet

📋 copy color: '#79996C'

red 121 ◦ green 153 ◦ blue 108

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

Shades of Amulet #79996C

Tints of Amulet #79996C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.27%

R = 31.68%
G = 40.05%
B = 28.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#79996C (or 0x79996C) is known color: Amulet. HEX triplet: 79, 99 and 6C. RGB value is (121,153,108). Sum of RGB (Red+Green+Blue) = 121+153+108=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #79996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79996C is #866693. Grayscale: #8A8A8A. Windows color (decimal): -8808084 or 7117177. OLE color: 7117177.

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

Color convert

RGB 121 153 108 -
CMYK 0.21 0 0.29 0.4
HSL 102.67º 0.18% 0.51% -
HSV(B) 102.67º 0.29% 0.6% -
XYZ 21.98 27.93 18.42 -
YUV 138.3 110.9 115.66 -
System Red Green Blue C M Y K H S L
Decimal 121 153 108 0.21 0 0.29 0.4 102.67 0.18 0.51
Hex 79 99 6C 15 0 1D 28 67 12 33
Octal 171 231 154 25 0 35 50 147 22 63
Binary 1111001 10011001 1101100 10101 0 11101 101000 1100111 10010 110011

Color Harmonies of #79996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79996C

Black with #79996C

Text Example


Text Example

White with #79996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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