Html Css Color HEX #879F8A Envy

📋 copy color: '#879F8A'

red 135 ◦ green 159 ◦ blue 138

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

Shades of Envy #879F8A

Tints of Envy #879F8A

RGB

 RED value IS 135 (53.13% from 255) = 31.25%

 GREEN value IS 159 (62.5% from 255) = 36.81%

 BLUE value IS 138 (54.3% from 255) = 31.94%

R = 31.25%
G = 36.81%
B = 31.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#879F8A (or 0x879F8A) is known color: Envy. HEX triplet: 87, 9F and 8A. RGB value is (135,159,138). Sum of RGB (Red+Green+Blue) = 135+159+138=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 159 - color contains mainly: green. Hex color #879F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879F8A is #786075. Grayscale: #959595. Windows color (decimal): -7889014 or 9084807. OLE color: 9084807.

HSL color Cylindrical-coordinate representation of color #879F8A: hue angle of 127.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #879F8A is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 159 138 -
CMYK 0.15 0 0.13 0.38
HSL 127.5º 0.11% 0.58% -
HSV(B) 127.5º 0.15% 0.62% -
XYZ 26.98 31.78 28.76 -
YUV 149.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 135 159 138 0.15 0 0.13 0.38 127.5 0.11 0.58
Hex 87 9F 8A F 0 D 26 80 B 3A
Octal 207 237 212 17 0 15 46 200 13 72
Binary 10000111 10011111 10001010 1111 0 1101 100110 10000000 1011 111010

Color Harmonies of #879F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879F8A

Black with #879F8A

Text Example


Text Example

White with #879F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879F8A; }

 p { color: rgb(135,159,138); }

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

background-color css

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

 a { background-color: rgb(135,159,138); }

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

border-color css

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

 span { border-color: rgb(135,159,138); }

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