Html Css Color HEX #869B8E Envy

📋 copy color: '#869B8E'

red 134 ◦ green 155 ◦ blue 142

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

Shades of Envy #869B8E

Tints of Envy #869B8E

RGB

 RED value IS 134 (52.73% from 255) = 31.09%

 GREEN value IS 155 (60.94% from 255) = 35.96%

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

R = 31.09%
G = 35.96%
B = 32.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#869B8E (or 0x869B8E) is known color: Envy. HEX triplet: 86, 9B and 8E. RGB value is (134,155,142). Sum of RGB (Red+Green+Blue) = 134+155+142=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 155 - color contains mainly: green. Hex color #869B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B8E is #796471. Grayscale: #939393. Windows color (decimal): -7955570 or 9345926. OLE color: 9345926.

HSL color Cylindrical-coordinate representation of color #869B8E: hue angle of 142.86º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #869B8E is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 155 142 -
CMYK 0.14 0 0.08 0.39
HSL 142.86º 0.1% 0.57% -
HSV(B) 142.86º 0.14% 0.61% -
XYZ 26.44 30.46 30.08 -
YUV 147.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 134 155 142 0.14 0 0.08 0.39 142.86 0.1 0.57
Hex 86 9B 8E E 0 8 27 8F A 39
Octal 206 233 216 16 0 10 47 217 12 71
Binary 10000110 10011011 10001110 1110 0 1000 100111 10001111 1010 111001

Color Harmonies of #869B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B8E

Black with #869B8E

Text Example


Text Example

White with #869B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869B8E; }

 p { color: rgb(134,155,142); }

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

background-color css

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

 a { background-color: rgb(134,155,142); }

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

border-color css

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

 span { border-color: rgb(134,155,142); }

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