Html Css Color HEX #799969 Amulet

📋 copy color: '#799969'

red 121 ◦ green 153 ◦ blue 105

#799969
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #799969

Tints of Amulet #799969

RGB

 RED value IS 121 (47.66% from 255) = 31.93%

 GREEN value IS 153 (60.16% from 255) = 40.37%

 BLUE value IS 105 (41.41% from 255) = 27.7%

R = 31.93%
G = 40.37%
B = 27.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#799969 (or 0x799969) is known color: Amulet. HEX triplet: 79, 99 and 69. RGB value is (121,153,105). Sum of RGB (Red+Green+Blue) = 121+153+105=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #799969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799969 is #866696. Grayscale: #8A8A8A. Windows color (decimal): -8808087 or 6920569. OLE color: 6920569.

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

Color convert

RGB 121 153 105 -
CMYK 0.21 0 0.31 0.4
HSL 100º 0.19% 0.51% -
HSV(B) 100º 0.31% 0.6% -
XYZ 21.83 27.87 17.59 -
YUV 137.96 109.4 115.9 -
System Red Green Blue C M Y K H S L
Decimal 121 153 105 0.21 0 0.31 0.4 100 0.19 0.51
Hex 79 99 69 15 0 1F 28 64 13 33
Octal 171 231 151 25 0 37 50 144 23 63
Binary 1111001 10011001 1101001 10101 0 11111 101000 1100100 10011 110011

Color Harmonies of #799969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799969

Black with #799969

Text Example


Text Example

White with #799969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799969; }

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

 H1.HeaderClassName
 {
   color: #799969;
 }
 .AnyTagClassName
 {
   color: #799969;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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