#799E69

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

Shades of Amulet #799E69

Tints of Amulet #799E69

Color information

#799E69 (or 0x799E69) is unknown color: approx Amulet. HEX triplet: 79, 9E and 69. RGB value is (121,158,105). Sum of RGB (Red+Green+Blue) = 121+158+105=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 158 - color contains mainly: green. Hex color #799E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799E69 is #866196. Grayscale: #8D8D8D. Windows color (decimal): -8806807 or 6921849. OLE color: 6921849.

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

Color convert

RGB121158105-
CMYK0.2300.340.38
HSL101.89º21.46%51.57%-
HSV(B)101.89º33.54%61.96%-
XYZ22.6629.5417.87-
YUV140.9107.74113.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.51%
GREEN value IS 158 (62.11% from 255) = 41.15%
BLUE value IS 105 (41.41% from 255) = 27.34%
R=31.51%
G=41.15%
B=27.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211581050.2300.340.38101.8921.4651.57
Hex799E691702226661534
Octal17123615127042461462564
Binary1111001100111101101001101110100010100110110011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,158,105); }

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

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

 a { background-color: rgb(121,158,105); }

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

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

 span { border-color: rgb(121,158,105); }

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