Html Css Color HEX #859688 Envy

📋 copy color: '#859688'

red 133 ◦ green 150 ◦ blue 136

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

Shades of Envy #859688

Tints of Envy #859688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.46%

R = 31.74%
G = 35.8%
B = 32.46%

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

#859688 (or 0x859688) is known color: Envy. HEX triplet: 85, 96 and 88. RGB value is (133,150,136). Sum of RGB (Red+Green+Blue) = 133+150+136=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 150 - color contains mainly: green. Hex color #859688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859688 is #7A6977. Grayscale: #8F8F8F. Windows color (decimal): -8022392 or 8951429. OLE color: 8951429.

HSL color Cylindrical-coordinate representation of color #859688: hue angle of 130.59º 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 #859688 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 150 136 -
CMYK 0.11 0 0.09 0.41
HSL 130.59º 0.07% 0.55% -
HSV(B) 130.59º 0.11% 0.59% -
XYZ 25.02 28.58 27.49 -
YUV 143.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 133 150 136 0.11 0 0.09 0.41 130.59 0.07 0.55
Hex 85 96 88 B 0 9 29 83 7 37
Octal 205 226 210 13 0 11 51 203 7 67
Binary 10000101 10010110 10001000 1011 0 1001 101001 10000011 111 110111

Color Harmonies of #859688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859688

Black with #859688

Text Example


Text Example

White with #859688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859688; }

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

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

background-color css

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

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

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

border-color css

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

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

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