Html Css Color HEX #79946C Amulet

📋 copy color: '#79946C'

red 121 ◦ green 148 ◦ blue 108

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

Shades of Amulet #79946C

Tints of Amulet #79946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.26%

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

R = 32.1%
G = 39.26%
B = 28.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#79946C (or 0x79946C) is known color: Amulet. HEX triplet: 79, 94 and 6C. RGB value is (121,148,108). Sum of RGB (Red+Green+Blue) = 121+148+108=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #79946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79946C is #866B93. Grayscale: #878787. Windows color (decimal): -8809364 or 7115897. OLE color: 7115897.

HSL color Cylindrical-coordinate representation of color #79946C: hue angle of 100.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #79946C is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 148 108 -
CMYK 0.18 0 0.27 0.42
HSL 100.5º 0.16% 0.5% -
HSV(B) 100.5º 0.27% 0.58% -
XYZ 21.18 26.33 18.15 -
YUV 135.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 121 148 108 0.18 0 0.27 0.42 100.5 0.16 0.5
Hex 79 94 6C 12 0 1B 2A 64 10 32
Octal 171 224 154 22 0 33 52 144 20 62
Binary 1111001 10010100 1101100 10010 0 11011 101010 1100100 10000 110010

Color Harmonies of #79946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79946C

Black with #79946C

Text Example


Text Example

White with #79946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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