#859390

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

Shades of Granny Smith #859390

Tints of Granny Smith #859390

Color information

#859390 (or 0x859390) is unknown color: approx Granny Smith. HEX triplet: 85, 93 and 90. RGB value is (133,147,144). Sum of RGB (Red+Green+Blue) = 133+147+144=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 147 - color contains mainly: green. Hex color #859390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859390 is #7A6C6F. Grayscale: #8E8E8E. Windows color (decimal): -8023152 or 9474949. OLE color: 9474949.

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

Color convert

RGB133147144-
CMYK0.1000.020.42
HSL167.14º6.09%54.9%-
HSV(B)167.14º9.52%57.65%-
XYZ25.1427.8730.44-
YUV142.47128.86121.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.37%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 144 (56.64% from 255) = 33.96%
R=31.37%
G=34.67%
B=33.96%

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
Decimal1331471440.1000.020.42167.146.0954.9
Hex859390A022Aa7637
Octal205223220120252247667
Binary100001011001001110010000101001010101010100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859390; }

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

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

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

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

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

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

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

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