#859B93

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

Shades of Granny Smith #859B93

Tints of Granny Smith #859B93

Color information

#859B93 (or 0x859B93) is unknown color: approx Granny Smith. HEX triplet: 85, 9B and 93. RGB value is (133,155,147). Sum of RGB (Red+Green+Blue) = 133+155+147=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 155 - color contains mainly: green. Hex color #859B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859B93 is #7A646C. Grayscale: #939393. Windows color (decimal): -8021101 or 9673605. OLE color: 9673605.

HSL color Cylindrical-coordinate representation of color #859B93: hue angle of 158.18º 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 #859B93 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB133155147-
CMYK0.1400.050.39
HSL158.18º9.91%56.47%-
HSV(B)158.18º14.19%60.78%-
XYZ26.6630.5432.09-
YUV147.51127.71117.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.57%
GREEN value IS 155 (60.94% from 255) = 35.63%
BLUE value IS 147 (57.81% from 255) = 33.79%
R=30.57%
G=35.63%
B=33.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331551470.1400.050.39158.189.9156.47
Hex859B93E05279ea38
Octal2052332231605472361270
Binary10000101100110111001001111100101100111100111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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