Html Css Color HEX #8AA576 Amulet

📋 copy color: '#8AA576'

red 138 ◦ green 165 ◦ blue 118

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

Shades of Amulet #8AA576

Tints of Amulet #8AA576

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.19%

 BLUE value IS 118 (46.48% from 255) = 28.03%

R = 32.78%
G = 39.19%
B = 28.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#8AA576 (or 0x8AA576) is known color: Amulet. HEX triplet: 8A, A5 and 76. RGB value is (138,165,118). Sum of RGB (Red+Green+Blue) = 138+165+118=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA576 is #755A89. Grayscale: #979797. Windows color (decimal): -7690890 or 7775626. OLE color: 7775626.

HSL color Cylindrical-coordinate representation of color #8AA576: hue angle of 94.47º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AA576 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 138 165 118 -
CMYK 0.16 0 0.28 0.35
HSL 94.47º 0.21% 0.55% -
HSV(B) 94.47º 0.28% 0.65% -
XYZ 27.21 33.62 22.2 -
YUV 151.57 109.05 118.32 -
System Red Green Blue C M Y K H S L
Decimal 138 165 118 0.16 0 0.28 0.35 94.47 0.21 0.55
Hex 8A A5 76 10 0 1C 23 5E 15 37
Octal 212 245 166 20 0 34 43 136 25 67
Binary 10001010 10100101 1110110 10000 0 11100 100011 1011110 10101 110111

Color Harmonies of #8AA576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA576

Black with #8AA576

Text Example


Text Example

White with #8AA576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,165,118); }

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

background-color css

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

 a { background-color: rgb(138,165,118); }

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

border-color css

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

 span { border-color: rgb(138,165,118); }

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