Html Css Color HEX #859877 Amulet

📋 copy color: '#859877'

red 133 ◦ green 152 ◦ blue 119

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

Shades of Amulet #859877

Tints of Amulet #859877

RGB

 RED value IS 133 (52.34% from 255) = 32.92%

 GREEN value IS 152 (59.77% from 255) = 37.62%

 BLUE value IS 119 (46.88% from 255) = 29.46%

R = 32.92%
G = 37.62%
B = 29.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#859877 (or 0x859877) is known color: Amulet. HEX triplet: 85, 98 and 77. RGB value is (133,152,119). Sum of RGB (Red+Green+Blue) = 133+152+119=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #859877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859877 is #7A6788. Grayscale: #8E8E8E. Windows color (decimal): -8021897 or 7837829. OLE color: 7837829.

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

Color convert

RGB 133 152 119 -
CMYK 0.13 0 0.22 0.40
HSL 94.55º 0.14% 0.53% -
HSV(B) 94.55º 0.22% 0.6% -
XYZ 24.23 28.77 21.73 -
YUV 142.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 133 152 119 0.13 0 0.22 0.40 94.55 0.14 0.53
Hex 85 98 77 D 0 16 28 5F E 35
Octal 205 230 167 15 0 26 50 137 16 65
Binary 10000101 10011000 1110111 1101 0 10110 101000 1011111 1110 110101

Color Harmonies of #859877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859877

Black with #859877

Text Example


Text Example

White with #859877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859877; }

 p { color: rgb(133,152,119); }

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

background-color css

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

 a { background-color: rgb(133,152,119); }

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

border-color css

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

 span { border-color: rgb(133,152,119); }

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