Html Css Color HEX #8AA479 Amulet

📋 copy color: '#8AA479'

red 138 ◦ green 164 ◦ blue 121

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

Shades of Amulet #8AA479

Tints of Amulet #8AA479

RGB

 RED value IS 138 (54.3% from 255) = 32.62%

 GREEN value IS 164 (64.45% from 255) = 38.77%

 BLUE value IS 121 (47.66% from 255) = 28.61%

R = 32.62%
G = 38.77%
B = 28.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#8AA479 (or 0x8AA479) is known color: Amulet. HEX triplet: 8A, A4 and 79. RGB value is (138,164,121). Sum of RGB (Red+Green+Blue) = 138+164+121=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA479 is #755B86. Grayscale: #979797. Windows color (decimal): -7691143 or 7971978. OLE color: 7971978.

HSL color Cylindrical-coordinate representation of color #8AA479: hue angle of 96.28º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8AA479 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 164 121 -
CMYK 0.16 0 0.26 0.36
HSL 96.28º 0.19% 0.56% -
HSV(B) 96.28º 0.26% 0.64% -
XYZ 27.21 33.33 23.09 -
YUV 151.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 138 164 121 0.16 0 0.26 0.36 96.28 0.19 0.56
Hex 8A A4 79 10 0 1A 24 60 13 38
Octal 212 244 171 20 0 32 44 140 23 70
Binary 10001010 10100100 1111001 10000 0 11010 100100 1100000 10011 111000

Color Harmonies of #8AA479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA479

Black with #8AA479

Text Example


Text Example

White with #8AA479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AA479; }

 p { color: rgb(138,164,121); }

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

background-color css

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

 a { background-color: rgb(138,164,121); }

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

border-color css

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

 span { border-color: rgb(138,164,121); }

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