#859C90

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

Shades of Granny Smith #859C90

Tints of Granny Smith #859C90

Color information

#859C90 (or 0x859C90) is unknown color: approx Granny Smith. HEX triplet: 85, 9C and 90. RGB value is (133,156,144). Sum of RGB (Red+Green+Blue) = 133+156+144=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 156 - color contains mainly: green. Hex color #859C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C90 is #7A636F. Grayscale: #939393. Windows color (decimal): -8020848 or 9477253. OLE color: 9477253.

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

Color convert

RGB133156144-
CMYK0.1500.080.39
HSL148.7º10.41%56.67%-
HSV(B)148.7º14.74%61.18%-
XYZ26.630.7830.92-
YUV147.76125.88117.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.72%
GREEN value IS 156 (61.33% from 255) = 36.03%
BLUE value IS 144 (56.64% from 255) = 33.26%
R=30.72%
G=36.03%
B=33.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331561440.1500.080.39148.710.4156.67
Hex859C90F082795a39
Octal20523422017010472251271
Binary100001011001110010010000111101000100111100101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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