Html Css Color HEX #879683 Amulet

📋 copy color: '#879683'

red 135 ◦ green 150 ◦ blue 131

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

Shades of Amulet #879683

Tints of Amulet #879683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.49%

R = 32.45%
G = 36.06%
B = 31.49%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#879683 (or 0x879683) is known color: Amulet. HEX triplet: 87, 96 and 83. RGB value is (135,150,131). Sum of RGB (Red+Green+Blue) = 135+150+131=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 150 - color contains mainly: green. Hex color #879683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879683 is #78697C. Grayscale: #8F8F8F. Windows color (decimal): -7891325 or 8623751. OLE color: 8623751.

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

Color convert

RGB 135 150 131 -
CMYK 0.1 0 0.13 0.41
HSL 107.37º 0.08% 0.55% -
HSV(B) 107.37º 0.13% 0.59% -
XYZ 24.99 28.6 25.68 -
YUV 143.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 135 150 131 0.1 0 0.13 0.41 107.37 0.08 0.55
Hex 87 96 83 A 0 D 29 6B 8 37
Octal 207 226 203 12 0 15 51 153 10 67
Binary 10000111 10010110 10000011 1010 0 1101 101001 1101011 1000 110111

Color Harmonies of #879683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879683

Black with #879683

Text Example


Text Example

White with #879683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879683; }

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

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

background-color css

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

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

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

border-color css

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

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

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