Html Css Color HEX #859687 Stack

📋 copy color: '#859687'

red 133 ◦ green 150 ◦ blue 135

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

Shades of Stack #859687

Tints of Stack #859687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.3%

R = 31.82%
G = 35.89%
B = 32.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#859687 (or 0x859687) is known color: Stack. HEX triplet: 85, 96 and 87. RGB value is (133,150,135). Sum of RGB (Red+Green+Blue) = 133+150+135=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 150 - color contains mainly: green. Hex color #859687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859687 is #7A6978. Grayscale: #8F8F8F. Windows color (decimal): -8022393 or 8885893. OLE color: 8885893.

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

Color convert

RGB 133 150 135 -
CMYK 0.11 0 0.1 0.41
HSL 127.06º 0.07% 0.55% -
HSV(B) 127.06º 0.11% 0.59% -
XYZ 24.95 28.55 27.12 -
YUV 143.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 133 150 135 0.11 0 0.1 0.41 127.06 0.07 0.55
Hex 85 96 87 B 0 A 29 7F 7 37
Octal 205 226 207 13 0 12 51 177 7 67
Binary 10000101 10010110 10000111 1011 0 1010 101001 1111111 111 110111

Color Harmonies of #859687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859687

Black with #859687

Text Example


Text Example

White with #859687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859687; }

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

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

background-color css

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

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

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

border-color css

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

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

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