Html Css Color HEX #859689 Envy

📋 copy color: '#859689'

red 133 ◦ green 150 ◦ blue 137

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

Shades of Envy #859689

Tints of Envy #859689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.62%

R = 31.67%
G = 35.71%
B = 32.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#859689 (or 0x859689) is known color: Envy. HEX triplet: 85, 96 and 89. RGB value is (133,150,137). Sum of RGB (Red+Green+Blue) = 133+150+137=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 150 - color contains mainly: green. Hex color #859689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859689 is #7A6976. Grayscale: #8F8F8F. Windows color (decimal): -8022391 or 9016965. OLE color: 9016965.

HSL color Cylindrical-coordinate representation of color #859689: hue angle of 134.12º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #859689 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 150 137 -
CMYK 0.11 0 0.09 0.41
HSL 134.12º 0.07% 0.55% -
HSV(B) 134.12º 0.11% 0.59% -
XYZ 25.09 28.61 27.87 -
YUV 143.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 133 150 137 0.11 0 0.09 0.41 134.12 0.07 0.55
Hex 85 96 89 B 0 9 29 86 7 37
Octal 205 226 211 13 0 11 51 206 7 67
Binary 10000101 10010110 10001001 1011 0 1001 101001 10000110 111 110111

Color Harmonies of #859689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859689

Black with #859689

Text Example


Text Example

White with #859689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859689; }

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

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

background-color css

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

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

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

border-color css

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

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

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