#85918B

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

Shades of Granny Smith #85918B

Tints of Granny Smith #85918B

Color information

#85918B (or 0x85918B) is unknown color: approx Granny Smith. HEX triplet: 85, 91 and 8B. RGB value is (133,145,139). Sum of RGB (Red+Green+Blue) = 133+145+139=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 145 - color contains mainly: green. Hex color #85918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85918B is #7A6E74. Grayscale: #8C8C8C. Windows color (decimal): -8023669 or 9146757. OLE color: 9146757.

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

Color convert

RGB133145139-
CMYK0.0800.040.43
HSL150º5.17%54.51%-
HSV(B)150º8.28%56.86%-
XYZ24.4627.128.37-
YUV140.73127.02122.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.89%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=31.89%
G=34.77%
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.43
SystemRedGreenBlueCMYKHSL
Decimal1331451390.0800.040.431505.1754.51
Hex85918B8042B96537
Octal205221213100453226567
Binary1000010110010001100010111000010010101110010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85918B; }

 p { color: rgb(133,145,139); }

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

<style>
 a { background-color: #85918B; }

 a { background-color: rgb(133,145,139); }

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

<style>
 span { border-color: #85918B; }

 span { border-color: rgb(133,145,139); }

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