Shades of Granny Smith #859792
Tints of Granny Smith #859792
RGB
CMYK
RGB Variations
Color information
#859792 (or 0x859792) is known color: Granny Smith. HEX triplet: 85, 97 and 92. RGB value is (133,151,146). Sum of RGB (Red+Green+Blue) = 133+151+146=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 151 - color contains mainly: green. Hex color #859792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859792 is #7A686D. Grayscale: #919191. Windows color (decimal): -8022126 or 9607045. OLE color: 9607045.
HSL color Cylindrical-coordinate representation of color #859792: hue angle of 163.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #859792 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 151 | 146 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.41 |
| HSL | 163.33º | 0.08% | 0.56% | - |
| HSV(B) | 163.33º | 0.12% | 0.59% | - |
| XYZ | 25.93 | 29.2 | 31.46 | - |
| YUV | 145.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 151 | 146 | 0.12 | 0 | 0.03 | 0.41 | 163.33 | 0.08 | 0.56 |
| Hex | 85 | 97 | 92 | C | 0 | 3 | 29 | A3 | 8 | 38 |
| Octal | 205 | 227 | 222 | 14 | 0 | 3 | 51 | 243 | 10 | 70 |
| Binary | 10000101 | 10010111 | 10010010 | 1100 | 0 | 11 | 101001 | 10100011 | 1000 | 111000 |
Color Harmonies of #859792
Complementary color
Monochromatic Colors of #859792
Black with #859792
Text Example
Text Example
White with #859792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859792; }
p { color: rgb(133,151,146); }
H1.HeaderClassName
{
color: #859792;
}
.AnyTagClassName
{
color: #859792;
}
</style>
background-color css
<style>
a { background-color: #859792; }
a { background-color: rgb(133,151,146); }
div.DivClassName
{
background-color: #859792;
}
.BgClassName
{
background-color: #859792;
}
</style>
border-color css
<style>
span { border-color: #859792; }
span { border-color: rgb(133,151,146); }
td.TdClassName
{
border-color: #859792;
}
.TagClassName
{
border-color: #859792;
}
</style>