Html Css Color HEX #859875 Amulet

📋 copy color: '#859875'

red 133 ◦ green 152 ◦ blue 117

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

Shades of Amulet #859875

Tints of Amulet #859875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.1%

R = 33.08%
G = 37.81%
B = 29.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#859875 (or 0x859875) is known color: Amulet. HEX triplet: 85, 98 and 75. RGB value is (133,152,117). Sum of RGB (Red+Green+Blue) = 133+152+117=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #859875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859875 is #7A678A. Grayscale: #8E8E8E. Windows color (decimal): -8021899 or 7706757. OLE color: 7706757.

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

Color convert

RGB 133 152 117 -
CMYK 0.13 0 0.23 0.40
HSL 92.57º 0.15% 0.53% -
HSV(B) 92.57º 0.23% 0.6% -
XYZ 24.11 28.73 21.1 -
YUV 142.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 133 152 117 0.13 0 0.23 0.40 92.57 0.15 0.53
Hex 85 98 75 D 0 17 28 5D F 35
Octal 205 230 165 15 0 27 50 135 17 65
Binary 10000101 10011000 1110101 1101 0 10111 101000 1011101 1111 110101

Color Harmonies of #859875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859875

Black with #859875

Text Example


Text Example

White with #859875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859875; }

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

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

background-color css

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

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

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

border-color css

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

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

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