#79946F

Color #79946F Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #79946F

Tints of Amulet #79946F

Color information

#79946F (or 0x79946F) is unknown color: approx Amulet. HEX triplet: 79, 94 and 6F. RGB value is (121,148,111). Sum of RGB (Red+Green+Blue) = 121+148+111=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #79946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79946F is #866B90. Grayscale: #878787. Windows color (decimal): -8809361 or 7312505. OLE color: 7312505.

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

Color convert

RGB121148111-
CMYK0.1800.250.42
HSL103.78º14.74%50.78%-
HSV(B)103.78º25%58.04%-
XYZ21.3426.3919.01-
YUV135.71114.05117.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.84%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=31.84%
G=38.95%
B=29.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211481110.1800.250.42103.7814.7450.78
Hex79946F120192A68f33
Octal17122415722031521501763
Binary11110011001010011011111001001100110101011010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #79946F;
 }
 .AnyTagClassName
 {
   color: #79946F;
 }
</style>
background-color css

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

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

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

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

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

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