#85958E

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

Shades of Granny Smith #85958E

Tints of Granny Smith #85958E

Color information

#85958E (or 0x85958E) is unknown color: approx Granny Smith. HEX triplet: 85, 95 and 8E. RGB value is (133,149,142). Sum of RGB (Red+Green+Blue) = 133+149+142=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 149 - color contains mainly: green. Hex color #85958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85958E is #7A6A71. Grayscale: #8F8F8F. Windows color (decimal): -8022642 or 9344389. OLE color: 9344389.

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

Color convert

RGB133149142-
CMYK0.1100.050.42
HSL153.75º7.02%55.29%-
HSV(B)153.75º10.74%58.43%-
XYZ25.328.4329.75-
YUV143.42127.2120.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.37%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=31.37%
G=35.14%
B=33.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331491420.1100.050.42153.757.0255.29
Hex85958EB052A9a737
Octal205225216130552232767
Binary1000010110010101100011101011010110101010011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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