#859491

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

Shades of Granny Smith #859491

Tints of Granny Smith #859491

Color information

#859491 (or 0x859491) is unknown color: approx Granny Smith. HEX triplet: 85, 94 and 91. RGB value is (133,148,145). Sum of RGB (Red+Green+Blue) = 133+148+145=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 148 - color contains mainly: green. Hex color #859491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859491 is #7A6B6E. Grayscale: #8F8F8F. Windows color (decimal): -8022895 or 9540741. OLE color: 9540741.

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

Color convert

RGB133148145-
CMYK0.1000.020.42
HSL168º6.55%55.1%-
HSV(B)168º10.14%58.04%-
XYZ25.3728.2130.9-
YUV143.17129.03120.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.22%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 145 (57.03% from 255) = 34.04%
R=31.22%
G=34.74%
B=34.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331481450.1000.020.421686.5555.1
Hex859491A022Aa8737
Octal205224221120252250767
Binary100001011001010010010001101001010101010101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859491; }

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

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

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

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

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

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

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

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