Html Css Color HEX #859F8E Envy

📋 copy color: '#859F8E'

red 133 ◦ green 159 ◦ blue 142

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

Shades of Envy #859F8E

Tints of Envy #859F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 30.65%
G = 36.64%
B = 32.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#859F8E (or 0x859F8E) is known color: Envy. HEX triplet: 85, 9F and 8E. RGB value is (133,159,142). Sum of RGB (Red+Green+Blue) = 133+159+142=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 159 - color contains mainly: green. Hex color #859F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859F8E is #7A6071. Grayscale: #959595. Windows color (decimal): -8020082 or 9346949. OLE color: 9346949.

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

Color convert

RGB 133 159 142 -
CMYK 0.16 0 0.11 0.38
HSL 140.77º 0.12% 0.57% -
HSV(B) 140.77º 0.16% 0.62% -
XYZ 26.95 31.74 30.3 -
YUV 149.29 123.89 116.38 -
System Red Green Blue C M Y K H S L
Decimal 133 159 142 0.16 0 0.11 0.38 140.77 0.12 0.57
Hex 85 9F 8E 10 0 B 26 8D C 39
Octal 205 237 216 20 0 13 46 215 14 71
Binary 10000101 10011111 10001110 10000 0 1011 100110 10001101 1100 111001

Color Harmonies of #859F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859F8E

Black with #859F8E

Text Example


Text Example

White with #859F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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