Html Css Color HEX #799473 Amulet

📋 copy color: '#799473'

red 121 ◦ green 148 ◦ blue 115

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

Shades of Amulet #799473

Tints of Amulet #799473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.54%

 BLUE value IS 115 (45.31% from 255) = 29.95%

R = 31.51%
G = 38.54%
B = 29.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#799473 (or 0x799473) is known color: Amulet. HEX triplet: 79, 94 and 73. RGB value is (121,148,115). Sum of RGB (Red+Green+Blue) = 121+148+115=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 148 - color contains mainly: green. Hex color #799473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799473 is #866B8C. Grayscale: #888888. Windows color (decimal): -8809357 or 7574649. OLE color: 7574649.

HSL color Cylindrical-coordinate representation of color #799473: hue angle of 109.09º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #799473 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 148 115 -
CMYK 0.18 0 0.22 0.42
HSL 109.09º 0.13% 0.52% -
HSV(B) 109.09º 0.22% 0.58% -
XYZ 21.57 26.48 20.19 -
YUV 136.17 116.05 117.18 -
System Red Green Blue C M Y K H S L
Decimal 121 148 115 0.18 0 0.22 0.42 109.09 0.13 0.52
Hex 79 94 73 12 0 16 2A 6D D 34
Octal 171 224 163 22 0 26 52 155 15 64
Binary 1111001 10010100 1110011 10010 0 10110 101010 1101101 1101 110100

Color Harmonies of #799473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799473

Black with #799473

Text Example


Text Example

White with #799473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799473; }

 p { color: rgb(121,148,115); }

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

background-color css

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

 a { background-color: rgb(121,148,115); }

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

border-color css

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

 span { border-color: rgb(121,148,115); }

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