#799D70

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

Shades of Amulet #799D70

Tints of Amulet #799D70

Color information

#799D70 (or 0x799D70) is unknown color: approx Amulet. HEX triplet: 79, 9D and 70. RGB value is (121,157,112). Sum of RGB (Red+Green+Blue) = 121+157+112=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 157 - color contains mainly: green. Hex color #799D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799D70 is #86628F. Grayscale: #8D8D8D. Windows color (decimal): -8807056 or 7380345. OLE color: 7380345.

HSL color Cylindrical-coordinate representation of color #799D70: hue angle of 108º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #799D70 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB121157112-
CMYK0.2300.290.38
HSL108º18.67%52.75%-
HSV(B)108º28.66%61.57%-
XYZ22.8729.3519.79-
YUV141.11111.57113.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 157 (61.72% from 255) = 40.26%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=31.03%
G=40.26%
B=28.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211571120.2300.290.3810818.6752.75
Hex799D701701D266c1335
Octal17123516027035461542365
Binary111100110011101111000010111011101100110110110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799D70; }

 p { color: rgb(121,157,112); }

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

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

 a { background-color: rgb(121,157,112); }

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

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

 span { border-color: rgb(121,157,112); }

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