#87938D

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

Shades of Granny Smith #87938D

Tints of Granny Smith #87938D

Color information

#87938D (or 0x87938D) is unknown color: approx Granny Smith. HEX triplet: 87, 93 and 8D. RGB value is (135,147,141). Sum of RGB (Red+Green+Blue) = 135+147+141=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 147 - color contains mainly: green. Hex color #87938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87938D is #786C72. Grayscale: #8E8E8E. Windows color (decimal): -7892083 or 9278343. OLE color: 9278343.

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

Color convert

RGB135147141-
CMYK0.0800.040.42
HSL150º5.26%55.29%-
HSV(B)150º8.16%57.65%-
XYZ25.2327.9429.26-
YUV142.73127.02122.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.91%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=31.91%
G=34.75%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351471410.0800.040.421505.2655.29
Hex87938D8042A96537
Octal207223215100452226567
Binary1000011110010011100011011000010010101010010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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