#85918E

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

Shades of Granny Smith #85918E

Tints of Granny Smith #85918E

Color information

#85918E (or 0x85918E) is unknown color: approx Granny Smith. HEX triplet: 85, 91 and 8E. RGB value is (133,145,142). Sum of RGB (Red+Green+Blue) = 133+145+142=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 145 - color contains mainly: green. Hex color #85918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85918E is #7A6E71. Grayscale: #8D8D8D. Windows color (decimal): -8023666 or 9343365. OLE color: 9343365.

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

Color convert

RGB133145142-
CMYK0.0800.020.43
HSL165º5.17%54.51%-
HSV(B)165º8.28%56.86%-
XYZ24.6827.1929.54-
YUV141.07128.52122.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.67%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=31.67%
G=34.52%
B=33.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331451420.0800.020.431655.1754.51
Hex85918E8022Ba5537
Octal205221216100253245567
Binary100001011001000110001110100001010101110100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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