#87928D

Color #87928D Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #87928D

Tints of Granny Smith #87928D

Color information

#87928D (or 0x87928D) is unknown color: approx Granny Smith. HEX triplet: 87, 92 and 8D. RGB value is (135,146,141). Sum of RGB (Red+Green+Blue) = 135+146+141=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 146 - color contains mainly: green. Hex color #87928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87928D is #786D72. Grayscale: #8E8E8E. Windows color (decimal): -7892339 or 9278087. OLE color: 9278087.

HSL color Cylindrical-coordinate representation of color #87928D: hue angle of 152.73º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #87928D is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB135146141-
CMYK0.0800.030.43
HSL152.73º4.8%55.1%-
HSV(B)152.73º7.53%57.25%-
XYZ25.0827.6329.21-
YUV142.14127.36122.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.99%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=31.99%
G=34.60%
B=33.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351461410.0800.030.43152.734.855.1
Hex87928D8032B99537
Octal207222215100353231567
Binary100001111001001010001101100001110101110011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87928D; }

 p { color: rgb(135,146,141); }

 H1.HeaderClassName
 {
   color: #87928D;
 }
 .AnyTagClassName
 {
   color: #87928D;
 }
</style>
background-color css

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

 a { background-color: rgb(135,146,141); }

 div.DivClassName
 {
   background-color: #87928D;
 }
 .BgClassName
 {
   background-color: #87928D;
 }
</style>
border-color css

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

 span { border-color: rgb(135,146,141); }

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