Html Css Color HEX #8A9D78 Amulet

📋 copy color: '#8A9D78'

red 138 ◦ green 157 ◦ blue 120

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

Shades of Amulet #8A9D78

Tints of Amulet #8A9D78

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.83%

 BLUE value IS 120 (47.27% from 255) = 28.92%

R = 33.25%
G = 37.83%
B = 28.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#8A9D78 (or 0x8A9D78) is known color: Amulet. HEX triplet: 8A, 9D and 78. RGB value is (138,157,120). Sum of RGB (Red+Green+Blue) = 138+157+120=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 157 - color contains mainly: green. Hex color #8A9D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9D78 is #756287. Grayscale: #939393. Windows color (decimal): -7692936 or 7904650. OLE color: 7904650.

HSL color Cylindrical-coordinate representation of color #8A9D78: hue angle of 90.81º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A9D78 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 157 120 -
CMYK 0.12 0 0.24 0.38
HSL 90.81º 0.16% 0.54% -
HSV(B) 90.81º 0.24% 0.62% -
XYZ 25.93 30.87 22.36 -
YUV 147.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 138 157 120 0.12 0 0.24 0.38 90.81 0.16 0.54
Hex 8A 9D 78 C 0 18 26 5B 10 36
Octal 212 235 170 14 0 30 46 133 20 66
Binary 10001010 10011101 1111000 1100 0 11000 100110 1011011 10000 110110

Color Harmonies of #8A9D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9D78

Black with #8A9D78

Text Example


Text Example

White with #8A9D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,157,120); }

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

background-color css

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

 a { background-color: rgb(138,157,120); }

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

border-color css

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

 span { border-color: rgb(138,157,120); }

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