Html Css Color HEX #79A072 Amulet

📋 copy color: '#79A072'

red 121 ◦ green 160 ◦ blue 114

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

Shades of Amulet #79A072

Tints of Amulet #79A072

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.51%

 BLUE value IS 114 (44.92% from 255) = 28.86%

R = 30.63%
G = 40.51%
B = 28.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#79A072 (or 0x79A072) is known color: Amulet. HEX triplet: 79, A0 and 72. RGB value is (121,160,114). Sum of RGB (Red+Green+Blue) = 121+160+114=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 160 - color contains mainly: green. Hex color #79A072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A072 is #865F8D. Grayscale: #8F8F8F. Windows color (decimal): -8806286 or 7512185. OLE color: 7512185.

HSL color Cylindrical-coordinate representation of color #79A072: hue angle of 110.87º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79A072 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 121 160 114 -
CMYK 0.24 0 0.29 0.37
HSL 110.87º 0.19% 0.54% -
HSV(B) 110.87º 0.29% 0.63% -
XYZ 23.49 30.42 20.55 -
YUV 143.1 111.58 112.24 -
System Red Green Blue C M Y K H S L
Decimal 121 160 114 0.24 0 0.29 0.37 110.87 0.19 0.54
Hex 79 A0 72 18 0 1D 25 6F 13 36
Octal 171 240 162 30 0 35 45 157 23 66
Binary 1111001 10100000 1110010 11000 0 11101 100101 1101111 10011 110110

Color Harmonies of #79A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A072

Black with #79A072

Text Example


Text Example

White with #79A072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79A072; }

 p { color: rgb(121,160,114); }

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

background-color css

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

 a { background-color: rgb(121,160,114); }

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

border-color css

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

 span { border-color: rgb(121,160,114); }

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