Html Css Color HEX #859678 Amulet

📋 copy color: '#859678'

red 133 ◦ green 150 ◦ blue 120

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

Shades of Amulet #859678

Tints of Amulet #859678

RGB

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

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

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

R = 33%
G = 37.22%
B = 29.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#859678 (or 0x859678) is known color: Amulet. HEX triplet: 85, 96 and 78. RGB value is (133,150,120). Sum of RGB (Red+Green+Blue) = 133+150+120=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #859678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859678 is #7A6987. Grayscale: #8D8D8D. Windows color (decimal): -8022408 or 7902853. OLE color: 7902853.

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

Color convert

RGB 133 150 120 -
CMYK 0.11 0 0.20 0.41
HSL 94º 0.13% 0.53% -
HSV(B) 94º 0.2% 0.59% -
XYZ 23.97 28.16 21.94 -
YUV 141.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 133 150 120 0.11 0 0.20 0.41 94 0.13 0.53
Hex 85 96 78 B 0 14 29 5E C 35
Octal 205 226 170 13 0 24 51 136 14 65
Binary 10000101 10010110 1111000 1011 0 10100 101001 1011110 1100 110101

Color Harmonies of #859678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859678

Black with #859678

Text Example


Text Example

White with #859678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859678; }

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

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

background-color css

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

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

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

border-color css

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

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

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