Html Css Color HEX #859881 Amulet

📋 copy color: '#859881'

red 133 ◦ green 152 ◦ blue 129

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

Shades of Amulet #859881

Tints of Amulet #859881

RGB

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

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

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

R = 32.13%
G = 36.71%
B = 31.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#859881 (or 0x859881) is known color: Amulet. HEX triplet: 85, 98 and 81. RGB value is (133,152,129). Sum of RGB (Red+Green+Blue) = 133+152+129=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #859881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859881 is #7A677E. Grayscale: #8F8F8F. Windows color (decimal): -8021887 or 8493189. OLE color: 8493189.

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

Color convert

RGB 133 152 129 -
CMYK 0.13 0 0.15 0.40
HSL 109.57º 0.1% 0.55% -
HSV(B) 109.57º 0.15% 0.6% -
XYZ 24.86 29.03 25.06 -
YUV 143.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 133 152 129 0.13 0 0.15 0.40 109.57 0.1 0.55
Hex 85 98 81 D 0 F 28 6E A 37
Octal 205 230 201 15 0 17 50 156 12 67
Binary 10000101 10011000 10000001 1101 0 1111 101000 1101110 1010 110111

Color Harmonies of #859881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859881

Black with #859881

Text Example


Text Example

White with #859881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859881; }

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

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

background-color css

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

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

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

border-color css

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

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

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