#799975

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

Shades of Amulet #799975

Tints of Amulet #799975

Color information

#799975 (or 0x799975) is unknown color: approx Amulet. HEX triplet: 79, 99 and 75. RGB value is (121,153,117). Sum of RGB (Red+Green+Blue) = 121+153+117=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #799975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799975 is #86668A. Grayscale: #8B8B8B. Windows color (decimal): -8808075 or 7707001. OLE color: 7707001.

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

Color convert

RGB121153117-
CMYK0.2100.240.4
HSL113.33º15%52.94%-
HSV(B)113.33º23.53%60%-
XYZ22.4928.1321.07-
YUV139.33115.4114.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=30.95%
G=39.13%
B=29.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211531170.2100.240.4113.331552.94
Hex799975150182871f35
Octal17123116525030501611765
Binary11110011001100111101011010101100010100011100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799975; }

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

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

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

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

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

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

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

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