Html Css Color HEX #8AAE76 Amulet

📋 copy color: '#8AAE76'

red 138 ◦ green 174 ◦ blue 118

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

Shades of Amulet #8AAE76

Tints of Amulet #8AAE76

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.47%

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

R = 32.09%
G = 40.47%
B = 27.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#8AAE76 (or 0x8AAE76) is known color: Amulet. HEX triplet: 8A, AE and 76. RGB value is (138,174,118). Sum of RGB (Red+Green+Blue) = 138+174+118=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE76 is #755189. Grayscale: #9D9D9D. Windows color (decimal): -7688586 or 7777930. OLE color: 7777930.

HSL color Cylindrical-coordinate representation of color #8AAE76: hue angle of 98.57º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AAE76 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 174 118 -
CMYK 0.21 0 0.32 0.32
HSL 98.57º 0.26% 0.57% -
HSV(B) 98.57º 0.32% 0.68% -
XYZ 28.89 36.98 22.76 -
YUV 156.85 106.07 114.55 -
System Red Green Blue C M Y K H S L
Decimal 138 174 118 0.21 0 0.32 0.32 98.57 0.26 0.57
Hex 8A AE 76 15 0 20 20 63 1A 39
Octal 212 256 166 25 0 40 40 143 32 71
Binary 10001010 10101110 1110110 10101 0 100000 100000 1100011 11010 111001

Color Harmonies of #8AAE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE76

Black with #8AAE76

Text Example


Text Example

White with #8AAE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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