Html Css Color HEX #879681 Amulet

📋 copy color: '#879681'

red 135 ◦ green 150 ◦ blue 129

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

Shades of Amulet #879681

Tints of Amulet #879681

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.23%

 BLUE value IS 129 (50.78% from 255) = 31.16%

R = 32.61%
G = 36.23%
B = 31.16%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#879681 (or 0x879681) is known color: Amulet. HEX triplet: 87, 96 and 81. RGB value is (135,150,129). Sum of RGB (Red+Green+Blue) = 135+150+129=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 150 - color contains mainly: green. Hex color #879681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879681 is #78697E. Grayscale: #8F8F8F. Windows color (decimal): -7891327 or 8492679. OLE color: 8492679.

HSL color Cylindrical-coordinate representation of color #879681: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #879681 is Cyan = 0.1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 150 129 -
CMYK 0.1 0 0.14 0.41
HSL 102.86º 0.09% 0.55% -
HSV(B) 102.86º 0.14% 0.59% -
XYZ 24.86 28.55 24.97 -
YUV 143.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 135 150 129 0.1 0 0.14 0.41 102.86 0.09 0.55
Hex 87 96 81 A 0 E 29 67 9 37
Octal 207 226 201 12 0 16 51 147 11 67
Binary 10000111 10010110 10000001 1010 0 1110 101001 1100111 1001 110111

Color Harmonies of #879681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879681

Black with #879681

Text Example


Text Example

White with #879681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879681; }

 p { color: rgb(135,150,129); }

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

background-color css

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

 a { background-color: rgb(135,150,129); }

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

border-color css

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

 span { border-color: rgb(135,150,129); }

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