#858E89

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

Shades of Granny Smith #858E89

Tints of Granny Smith #858E89

Color information

#858E89 (or 0x858E89) is unknown color: approx Granny Smith. HEX triplet: 85, 8E and 89. RGB value is (133,142,137). Sum of RGB (Red+Green+Blue) = 133+142+137=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 142 - color contains mainly: green. Hex color #858E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858E89 is #7A7176. Grayscale: #8A8A8A. Windows color (decimal): -8024439 or 9014917. OLE color: 9014917.

HSL color Cylindrical-coordinate representation of color #858E89: hue angle of 146.67º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #858E89 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB133142137-
CMYK0.0600.040.44
HSL146.67º3.83%53.92%-
HSV(B)146.67º6.34%55.69%-
XYZ23.8626.1427.45-
YUV138.74127.02123.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.28%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 137 (53.91% from 255) = 33.25%
R=32.28%
G=34.47%
B=33.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331421370.0600.040.44146.673.8353.92
Hex858E896042C93436
Octal20521621160454223466
Binary100001011000111010001001110010010110010010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858E89; }

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

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

<style>
 a { background-color: #858E89; }

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

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

<style>
 span { border-color: #858E89; }

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

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