Html Css Color HEX #869B88 Envy

📋 copy color: '#869B88'

red 134 ◦ green 155 ◦ blue 136

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

Shades of Envy #869B88

Tints of Envy #869B88

RGB

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

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

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

R = 31.53%
G = 36.47%
B = 32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#869B88 (or 0x869B88) is known color: Envy. HEX triplet: 86, 9B and 88. RGB value is (134,155,136). Sum of RGB (Red+Green+Blue) = 134+155+136=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 155 - color contains mainly: green. Hex color #869B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B88 is #796477. Grayscale: #929292. Windows color (decimal): -7955576 or 8952710. OLE color: 8952710.

HSL color Cylindrical-coordinate representation of color #869B88: hue angle of 125.71º 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 #869B88 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 155 136 -
CMYK 0.14 0 0.12 0.39
HSL 125.71º 0.1% 0.57% -
HSV(B) 125.71º 0.14% 0.61% -
XYZ 26 30.29 27.77 -
YUV 146.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 134 155 136 0.14 0 0.12 0.39 125.71 0.1 0.57
Hex 86 9B 88 E 0 C 27 7E A 39
Octal 206 233 210 16 0 14 47 176 12 71
Binary 10000110 10011011 10001000 1110 0 1100 100111 1111110 1010 111001

Color Harmonies of #869B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B88

Black with #869B88

Text Example


Text Example

White with #869B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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