#859B90

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

Shades of Granny Smith #859B90

Tints of Granny Smith #859B90

Color information

#859B90 (or 0x859B90) is unknown color: approx Granny Smith. HEX triplet: 85, 9B and 90. RGB value is (133,155,144). Sum of RGB (Red+Green+Blue) = 133+155+144=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 155 - color contains mainly: green. Hex color #859B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859B90 is #7A646F. Grayscale: #939393. Windows color (decimal): -8021104 or 9476997. OLE color: 9476997.

HSL color Cylindrical-coordinate representation of color #859B90: hue angle of 150º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #859B90 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB133155144-
CMYK0.1400.070.39
HSL150º9.91%56.47%-
HSV(B)150º14.19%60.78%-
XYZ26.4330.4430.87-
YUV147.17126.21117.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.79%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 144 (56.64% from 255) = 33.33%
R=30.79%
G=35.88%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331551440.1400.070.391509.9156.47
Hex859B90E072796a38
Octal2052332201607472261270
Binary10000101100110111001000011100111100111100101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859B90; }

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

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

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

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

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

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

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

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