Html Css Color HEX #87958E Granny Smith

📋 copy color: '#87958E'

red 135 ◦ green 149 ◦ blue 142

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

Shades of Granny Smith #87958E

Tints of Granny Smith #87958E

RGB

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

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

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

R = 31.69%
G = 34.98%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#87958E (or 0x87958E) is known color: Granny Smith. HEX triplet: 87, 95 and 8E. RGB value is (135,149,142). Sum of RGB (Red+Green+Blue) = 135+149+142=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 149 - color contains mainly: green. Hex color #87958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87958E is #786A71. Grayscale: #909090. Windows color (decimal): -7891570 or 9344391. OLE color: 9344391.

HSL color Cylindrical-coordinate representation of color #87958E: hue angle of 150º 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 #87958E is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 149 142 -
CMYK 0.09 0 0.05 0.42
HSL 150º 0.06% 0.56% -
HSV(B) 150º 0.09% 0.58% -
XYZ 25.62 28.6 29.76 -
YUV 144.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 135 149 142 0.09 0 0.05 0.42 150 0.06 0.56
Hex 87 95 8E 9 0 5 2A 96 6 38
Octal 207 225 216 11 0 5 52 226 6 70
Binary 10000111 10010101 10001110 1001 0 101 101010 10010110 110 111000

Color Harmonies of #87958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87958E

Black with #87958E

Text Example


Text Example

White with #87958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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