#799869

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

Shades of Amulet #799869

Tints of Amulet #799869

Color information

#799869 (or 0x799869) is unknown color: approx Amulet. HEX triplet: 79, 98 and 69. RGB value is (121,152,105). Sum of RGB (Red+Green+Blue) = 121+152+105=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #799869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799869 is #866796. Grayscale: #898989. Windows color (decimal): -8808343 or 6920313. OLE color: 6920313.

HSL color Cylindrical-coordinate representation of color #799869: hue angle of 99.57º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #799869 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB121152105-
CMYK0.2000.310.40
HSL99.57º18.58%50.39%-
HSV(B)99.57º30.92%59.61%-
XYZ21.6627.5417.54-
YUV137.37109.73116.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.01%
GREEN value IS 152 (59.77% from 255) = 40.21%
BLUE value IS 105 (41.41% from 255) = 27.78%
R=32.01%
G=40.21%
B=27.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211521050.2000.310.4099.5718.5850.39
Hex7998691401F28641332
Octal17123015124037501442362
Binary111100110011000110100110100011111101000110010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799869; }

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

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

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

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

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

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

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

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