Shades of Granny Smith #869C92
Tints of Granny Smith #869C92
RGB
CMYK
RGB Variations
Color information
#869C92 (or 0x869C92) is known color: Granny Smith. HEX triplet: 86, 9C and 92. RGB value is (134,156,146). Sum of RGB (Red+Green+Blue) = 134+156+146=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 156 - color contains mainly: green. Hex color #869C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869C92 is #79636D. Grayscale: #949494. Windows color (decimal): -7955310 or 9608326. OLE color: 9608326.
HSL color Cylindrical-coordinate representation of color #869C92: hue angle of 152.73º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #869C92 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 156 | 146 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.39 |
| HSL | 152.73º | 0.1% | 0.57% | - |
| HSV(B) | 152.73º | 0.14% | 0.61% | - |
| XYZ | 26.91 | 30.92 | 31.74 | - |
| YUV | 148.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 146 | 0.14 | 0 | 0.06 | 0.39 | 152.73 | 0.1 | 0.57 |
| Hex | 86 | 9C | 92 | E | 0 | 6 | 27 | 99 | A | 39 |
| Octal | 206 | 234 | 222 | 16 | 0 | 6 | 47 | 231 | 12 | 71 |
| Binary | 10000110 | 10011100 | 10010010 | 1110 | 0 | 110 | 100111 | 10011001 | 1010 | 111001 |
Color Harmonies of #869C92
Complementary color
Monochromatic Colors of #869C92
Black with #869C92
Text Example
Text Example
White with #869C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869C92; }
p { color: rgb(134,156,146); }
H1.HeaderClassName
{
color: #869C92;
}
.AnyTagClassName
{
color: #869C92;
}
</style>
background-color css
<style>
a { background-color: #869C92; }
a { background-color: rgb(134,156,146); }
div.DivClassName
{
background-color: #869C92;
}
.BgClassName
{
background-color: #869C92;
}
</style>
border-color css
<style>
span { border-color: #869C92; }
span { border-color: rgb(134,156,146); }
td.TdClassName
{
border-color: #869C92;
}
.TagClassName
{
border-color: #869C92;
}
</style>