Html Css Color HEX #879D78 Amulet

📋 copy color: '#879D78'

red 135 ◦ green 157 ◦ blue 120

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

Shades of Amulet #879D78

Tints of Amulet #879D78

RGB

 RED value IS 135 (53.13% from 255) = 32.77%

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

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

R = 32.77%
G = 38.11%
B = 29.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#879D78 (or 0x879D78) is known color: Amulet. HEX triplet: 87, 9D and 78. RGB value is (135,157,120). Sum of RGB (Red+Green+Blue) = 135+157+120=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 157 - color contains mainly: green. Hex color #879D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879D78 is #786287. Grayscale: #929292. Windows color (decimal): -7889544 or 7904647. OLE color: 7904647.

HSL color Cylindrical-coordinate representation of color #879D78: hue angle of 95.68º 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 #879D78 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 157 120 -
CMYK 0.14 0 0.24 0.38
HSL 95.68º 0.16% 0.54% -
HSV(B) 95.68º 0.24% 0.62% -
XYZ 25.44 30.62 22.34 -
YUV 146.2 113.21 120.01 -
System Red Green Blue C M Y K H S L
Decimal 135 157 120 0.14 0 0.24 0.38 95.68 0.16 0.54
Hex 87 9D 78 E 0 18 26 60 10 36
Octal 207 235 170 16 0 30 46 140 20 66
Binary 10000111 10011101 1111000 1110 0 11000 100110 1100000 10000 110110

Color Harmonies of #879D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879D78

Black with #879D78

Text Example


Text Example

White with #879D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879D78; }

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

 H1.HeaderClassName
 {
   color: #879D78;
 }
 .AnyTagClassName
 {
   color: #879D78;
 }
</style>

background-color css

<style>
 a { background-color: #879D78; }

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

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

border-color css

<style>
 span { border-color: #879D78; }

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

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