#799D66

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

Shades of Amulet #799D66

Tints of Amulet #799D66

Color information

#799D66 (or 0x799D66) is unknown color: approx Amulet. HEX triplet: 79, 9D and 66. RGB value is (121,157,102). Sum of RGB (Red+Green+Blue) = 121+157+102=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 157 - color contains mainly: green. Hex color #799D66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799D66 is #866299. Grayscale: #8C8C8C. Windows color (decimal): -8807066 or 6724985. OLE color: 6724985.

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

Color convert

RGB121157102-
CMYK0.2300.350.38
HSL99.27º21.91%50.78%-
HSV(B)99.27º35.03%61.57%-
XYZ22.3429.1417.02-
YUV139.97106.57114.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.84%
GREEN value IS 157 (61.72% from 255) = 41.32%
BLUE value IS 102 (40.23% from 255) = 26.84%
R=31.84%
G=41.32%
B=26.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211571020.2300.350.3899.2721.9150.78
Hex799D661702326631633
Octal17123514627043461432663
Binary1111001100111011100110101110100011100110110001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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