Html Css Color HEX #87958A Envy

📋 copy color: '#87958A'

red 135 ◦ green 149 ◦ blue 138

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

Shades of Envy #87958A

Tints of Envy #87958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.31%

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

R = 31.99%
G = 35.31%
B = 32.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#87958A (or 0x87958A) is known color: Envy. HEX triplet: 87, 95 and 8A. RGB value is (135,149,138). Sum of RGB (Red+Green+Blue) = 135+149+138=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 149 - color contains mainly: green. Hex color #87958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87958A is #786A75. Grayscale: #8F8F8F. Windows color (decimal): -7891574 or 9082247. OLE color: 9082247.

HSL color Cylindrical-coordinate representation of color #87958A: hue angle of 132.86º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #87958A is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 149 138 -
CMYK 0.09 0 0.07 0.42
HSL 132.86º 0.06% 0.56% -
HSV(B) 132.86º 0.09% 0.58% -
XYZ 25.33 28.48 28.21 -
YUV 143.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 135 149 138 0.09 0 0.07 0.42 132.86 0.06 0.56
Hex 87 95 8A 9 0 7 2A 85 6 38
Octal 207 225 212 11 0 7 52 205 6 70
Binary 10000111 10010101 10001010 1001 0 111 101010 10000101 110 111000

Color Harmonies of #87958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87958A

Black with #87958A

Text Example


Text Example

White with #87958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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