Html Css Color HEX #799370 Amulet

📋 copy color: '#799370'

red 121 ◦ green 147 ◦ blue 112

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

Shades of Amulet #799370

Tints of Amulet #799370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.68%

 BLUE value IS 112 (44.14% from 255) = 29.47%

R = 31.84%
G = 38.68%
B = 29.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#799370 (or 0x799370) is known color: Amulet. HEX triplet: 79, 93 and 70. RGB value is (121,147,112). Sum of RGB (Red+Green+Blue) = 121+147+112=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #799370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799370 is #866C8F. Grayscale: #878787. Windows color (decimal): -8809616 or 7377785. OLE color: 7377785.

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

Color convert

RGB 121 147 112 -
CMYK 0.18 0 0.24 0.42
HSL 104.57º 0.14% 0.51% -
HSV(B) 104.57º 0.24% 0.58% -
XYZ 21.24 26.1 19.25 -
YUV 135.24 114.89 117.85 -
System Red Green Blue C M Y K H S L
Decimal 121 147 112 0.18 0 0.24 0.42 104.57 0.14 0.51
Hex 79 93 70 12 0 18 2A 69 E 33
Octal 171 223 160 22 0 30 52 151 16 63
Binary 1111001 10010011 1110000 10010 0 11000 101010 1101001 1110 110011

Color Harmonies of #799370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799370

Black with #799370

Text Example


Text Example

White with #799370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799370; }

 p { color: rgb(121,147,112); }

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

background-color css

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

 a { background-color: rgb(121,147,112); }

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

border-color css

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

 span { border-color: rgb(121,147,112); }

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