#859490

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

Shades of Granny Smith #859490

Tints of Granny Smith #859490

Color information

#859490 (or 0x859490) is unknown color: approx Granny Smith. HEX triplet: 85, 94 and 90. RGB value is (133,148,144). Sum of RGB (Red+Green+Blue) = 133+148+144=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 148 - color contains mainly: green. Hex color #859490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859490 is #7A6B6F. Grayscale: #8F8F8F. Windows color (decimal): -8022896 or 9475205. OLE color: 9475205.

HSL color Cylindrical-coordinate representation of color #859490: hue angle of 164º 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 #859490 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB133148144-
CMYK0.1000.030.42
HSL164º6.55%55.1%-
HSV(B)164º10.14%58.04%-
XYZ25.328.1830.49-
YUV143.06128.53120.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 144 (56.64% from 255) = 33.88%
R=31.29%
G=34.82%
B=33.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331481440.1000.030.421646.5555.1
Hex859490A032Aa4737
Octal205224220120352244767
Binary100001011001010010010000101001110101010100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859490; }

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

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

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

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

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

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

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

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