Html Css Color HEX #8AA374 Amulet

📋 copy color: '#8AA374'

red 138 ◦ green 163 ◦ blue 116

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

Shades of Amulet #8AA374

Tints of Amulet #8AA374

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.09%

 BLUE value IS 116 (45.7% from 255) = 27.82%

R = 33.09%
G = 39.09%
B = 27.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#8AA374 (or 0x8AA374) is known color: Amulet. HEX triplet: 8A, A3 and 74. RGB value is (138,163,116). Sum of RGB (Red+Green+Blue) = 138+163+116=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA374 is #755C8B. Grayscale: #969696. Windows color (decimal): -7691404 or 7644042. OLE color: 7644042.

HSL color Cylindrical-coordinate representation of color #8AA374: hue angle of 91.91º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AA374 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 163 116 -
CMYK 0.15 0 0.29 0.36
HSL 91.91º 0.2% 0.55% -
HSV(B) 91.91º 0.29% 0.64% -
XYZ 26.73 32.86 21.46 -
YUV 150.17 108.72 119.32 -
System Red Green Blue C M Y K H S L
Decimal 138 163 116 0.15 0 0.29 0.36 91.91 0.2 0.55
Hex 8A A3 74 F 0 1D 24 5C 14 37
Octal 212 243 164 17 0 35 44 134 24 67
Binary 10001010 10100011 1110100 1111 0 11101 100100 1011100 10100 110111

Color Harmonies of #8AA374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA374

Black with #8AA374

Text Example


Text Example

White with #8AA374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,163,116); }

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

background-color css

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

 a { background-color: rgb(138,163,116); }

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

border-color css

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

 span { border-color: rgb(138,163,116); }

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