#799976

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

Shades of Amulet #799976

Tints of Amulet #799976

Color information

#799976 (or 0x799976) is unknown color: approx Amulet. HEX triplet: 79, 99 and 76. RGB value is (121,153,118). Sum of RGB (Red+Green+Blue) = 121+153+118=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #799976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799976 is #866689. Grayscale: #8B8B8B. Windows color (decimal): -8808074 or 7772537. OLE color: 7772537.

HSL color Cylindrical-coordinate representation of color #799976: hue angle of 114.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #799976 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB121153118-
CMYK0.2100.230.4
HSL114.86º14.64%53.14%-
HSV(B)114.86º22.88%60%-
XYZ22.5528.1621.39-
YUV139.44115.9114.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.87%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=30.87%
G=39.03%
B=30.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211531180.2100.230.4114.8614.6453.14
Hex799976150172873f35
Octal17123116625027501631765
Binary11110011001100111101101010101011110100011100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799976; }

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

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

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

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

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

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

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

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