Html Css Color HEX #809A78 Amulet

📋 copy color: '#809A78'

red 128 ◦ green 154 ◦ blue 120

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

Shades of Amulet #809A78

Tints of Amulet #809A78

RGB

 RED value IS 128 (50.39% from 255) = 31.84%

 GREEN value IS 154 (60.55% from 255) = 38.31%

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

R = 31.84%
G = 38.31%
B = 29.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#809A78 (or 0x809A78) is known color: Amulet. HEX triplet: 80, 9A and 78. RGB value is (128,154,120). Sum of RGB (Red+Green+Blue) = 128+154+120=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 154 - color contains mainly: green. Hex color #809A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809A78 is #7F6587. Grayscale: #8E8E8E. Windows color (decimal): -8349064 or 7903872. OLE color: 7903872.

HSL color Cylindrical-coordinate representation of color #809A78: hue angle of 105.88º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #809A78 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 154 120 -
CMYK 0.17 0 0.22 0.40
HSL 105.88º 0.14% 0.54% -
HSV(B) 105.88º 0.22% 0.6% -
XYZ 23.85 29.06 22.12 -
YUV 142.35 115.39 117.76 -
System Red Green Blue C M Y K H S L
Decimal 128 154 120 0.17 0 0.22 0.40 105.88 0.14 0.54
Hex 80 9A 78 11 0 16 28 6A E 36
Octal 200 232 170 21 0 26 50 152 16 66
Binary 10000000 10011010 1111000 10001 0 10110 101000 1101010 1110 110110

Color Harmonies of #809A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809A78

Black with #809A78

Text Example


Text Example

White with #809A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809A78; }

 p { color: rgb(128,154,120); }

 H1.HeaderClassName
 {
   color: #809A78;
 }
 .AnyTagClassName
 {
   color: #809A78;
 }
</style>

background-color css

<style>
 a { background-color: #809A78; }

 a { background-color: rgb(128,154,120); }

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

border-color css

<style>
 span { border-color: #809A78; }

 span { border-color: rgb(128,154,120); }

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