#87928E

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

Shades of Granny Smith #87928E

Tints of Granny Smith #87928E

Color information

#87928E (or 0x87928E) is unknown color: approx Granny Smith. HEX triplet: 87, 92 and 8E. RGB value is (135,146,142). Sum of RGB (Red+Green+Blue) = 135+146+142=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 146 - color contains mainly: green. Hex color #87928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87928E is #786D71. Grayscale: #8E8E8E. Windows color (decimal): -7892338 or 9343623. OLE color: 9343623.

HSL color Cylindrical-coordinate representation of color #87928E: hue angle of 158.18º 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 #87928E is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB135146142-
CMYK0.0800.030.43
HSL158.18º4.8%55.1%-
HSV(B)158.18º7.53%57.25%-
XYZ25.1527.6629.6-
YUV142.26127.86122.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.91%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=31.91%
G=34.52%
B=33.57%

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
Decimal1351461420.0800.030.43158.184.855.1
Hex87928E8032B9e537
Octal207222216100353236567
Binary100001111001001010001110100001110101110011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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