Html Css Color HEX #859F6E Amulet

📋 copy color: '#859F6E'

red 133 ◦ green 159 ◦ blue 110

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

Shades of Amulet #859F6E

Tints of Amulet #859F6E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.55%

 BLUE value IS 110 (43.36% from 255) = 27.36%

R = 33.08%
G = 39.55%
B = 27.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#859F6E (or 0x859F6E) is known color: Amulet. HEX triplet: 85, 9F and 6E. RGB value is (133,159,110). Sum of RGB (Red+Green+Blue) = 133+159+110=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 159 - color contains mainly: green. Hex color #859F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859F6E is #7A6091. Grayscale: #919191. Windows color (decimal): -8020114 or 7249797. OLE color: 7249797.

HSL color Cylindrical-coordinate representation of color #859F6E: hue angle of 91.84º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #859F6E is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 159 110 -
CMYK 0.16 0 0.31 0.38
HSL 91.84º 0.2% 0.53% -
HSV(B) 91.84º 0.31% 0.62% -
XYZ 24.89 30.91 19.41 -
YUV 145.64 107.89 118.98 -
System Red Green Blue C M Y K H S L
Decimal 133 159 110 0.16 0 0.31 0.38 91.84 0.2 0.53
Hex 85 9F 6E 10 0 1F 26 5C 14 35
Octal 205 237 156 20 0 37 46 134 24 65
Binary 10000101 10011111 1101110 10000 0 11111 100110 1011100 10100 110101

Color Harmonies of #859F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859F6E

Black with #859F6E

Text Example


Text Example

White with #859F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859F6E; }

 p { color: rgb(133,159,110); }

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

background-color css

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

 a { background-color: rgb(133,159,110); }

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

border-color css

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

 span { border-color: rgb(133,159,110); }

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