Html Css Color HEX #879F76 Amulet

📋 copy color: '#879F76'

red 135 ◦ green 159 ◦ blue 118

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

Shades of Amulet #879F76

Tints of Amulet #879F76

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.59%

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

R = 32.77%
G = 38.59%
B = 28.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#879F76 (or 0x879F76) is known color: Amulet. HEX triplet: 87, 9F and 76. RGB value is (135,159,118). Sum of RGB (Red+Green+Blue) = 135+159+118=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 159 - color contains mainly: green. Hex color #879F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879F76 is #786089. Grayscale: #939393. Windows color (decimal): -7889034 or 7774087. OLE color: 7774087.

HSL color Cylindrical-coordinate representation of color #879F76: hue angle of 95.12º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #879F76 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 159 118 -
CMYK 0.15 0 0.26 0.38
HSL 95.12º 0.18% 0.54% -
HSV(B) 95.12º 0.26% 0.62% -
XYZ 25.66 31.26 21.82 -
YUV 147.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 135 159 118 0.15 0 0.26 0.38 95.12 0.18 0.54
Hex 87 9F 76 F 0 1A 26 5F 12 36
Octal 207 237 166 17 0 32 46 137 22 66
Binary 10000111 10011111 1110110 1111 0 11010 100110 1011111 10010 110110

Color Harmonies of #879F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879F76

Black with #879F76

Text Example


Text Example

White with #879F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,159,118); }

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

background-color css

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

 a { background-color: rgb(135,159,118); }

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

border-color css

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

 span { border-color: rgb(135,159,118); }

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