Html Css Color HEX #859778 Amulet

📋 copy color: '#859778'

red 133 ◦ green 151 ◦ blue 120

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

Shades of Amulet #859778

Tints of Amulet #859778

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.38%

 BLUE value IS 120 (47.27% from 255) = 29.7%

R = 32.92%
G = 37.38%
B = 29.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#859778 (or 0x859778) is known color: Amulet. HEX triplet: 85, 97 and 78. RGB value is (133,151,120). Sum of RGB (Red+Green+Blue) = 133+151+120=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 151 - color contains mainly: green. Hex color #859778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859778 is #7A6887. Grayscale: #8E8E8E. Windows color (decimal): -8022152 or 7903109. OLE color: 7903109.

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

Color convert

RGB 133 151 120 -
CMYK 0.12 0 0.21 0.41
HSL 94.84º 0.13% 0.53% -
HSV(B) 94.84º 0.21% 0.59% -
XYZ 24.13 28.48 21.99 -
YUV 142.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 133 151 120 0.12 0 0.21 0.41 94.84 0.13 0.53
Hex 85 97 78 C 0 15 29 5F D 35
Octal 205 227 170 14 0 25 51 137 15 65
Binary 10000101 10010111 1111000 1100 0 10101 101001 1011111 1101 110101

Color Harmonies of #859778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859778

Black with #859778

Text Example


Text Example

White with #859778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859778; }

 p { color: rgb(133,151,120); }

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

background-color css

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

 a { background-color: rgb(133,151,120); }

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

border-color css

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

 span { border-color: rgb(133,151,120); }

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