Html Css Color HEX #869888 Envy

📋 copy color: '#869888'

red 134 ◦ green 152 ◦ blue 136

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

Shades of Envy #869888

Tints of Envy #869888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.02%

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

R = 31.75%
G = 36.02%
B = 32.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#869888 (or 0x869888) is known color: Envy. HEX triplet: 86, 98 and 88. RGB value is (134,152,136). Sum of RGB (Red+Green+Blue) = 134+152+136=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 152 - color contains mainly: green. Hex color #869888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869888 is #796777. Grayscale: #909090. Windows color (decimal): -7956344 or 8951942. OLE color: 8951942.

HSL color Cylindrical-coordinate representation of color #869888: hue angle of 126.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #869888 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 152 136 -
CMYK 0.12 0 0.11 0.40
HSL 126.67º 0.08% 0.56% -
HSV(B) 126.67º 0.12% 0.6% -
XYZ 25.5 29.3 27.6 -
YUV 144.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 134 152 136 0.12 0 0.11 0.40 126.67 0.08 0.56
Hex 86 98 88 C 0 B 28 7F 8 38
Octal 206 230 210 14 0 13 50 177 10 70
Binary 10000110 10011000 10001000 1100 0 1011 101000 1111111 1000 111000

Color Harmonies of #869888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869888

Black with #869888

Text Example


Text Example

White with #869888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869888; }

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

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

background-color css

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

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

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

border-color css

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

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

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