Shades of Granny Smith #909693
Tints of Granny Smith #909693
RGB
CMYK
RGB Variations
Color information
#909693 (or 0x909693) is known color: Granny Smith. HEX triplet: 90, 96 and 93. RGB value is (144,150,147). Sum of RGB (Red+Green+Blue) = 144+150+147=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 150 - color contains mainly: green. Hex color #909693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909693 is #6F696C. Grayscale: #939393. Windows color (decimal): -7301485 or 9672336. OLE color: 9672336.
HSL color Cylindrical-coordinate representation of color #909693: hue angle of 150º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #909693 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
RGB | 144 | 150 | 147 | - |
CMYK | 0.04 | 0 | 0.02 | 0.41 |
HSL | 150º | 0.03% | 0.58% | - |
HSV(B) | 150º | 0.04% | 0.59% | - |
XYZ | 27.67 | 29.85 | 31.91 | - |
YUV | 147.86 | 127.51 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 144 | 150 | 147 | 0.04 | 0 | 0.02 | 0.41 | 150 | 0.03 | 0.58 |
Hex | 90 | 96 | 93 | 4 | 0 | 2 | 29 | 96 | 3 | 3A |
Octal | 220 | 226 | 223 | 4 | 0 | 2 | 51 | 226 | 3 | 72 |
Binary | 10010000 | 10010110 | 10010011 | 100 | 0 | 10 | 101001 | 10010110 | 11 | 111010 |
Color Harmonies of #909693
Complementary color
Monochromatic Colors of #909693
Black with #909693
Text Example
Text Example
White with #909693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909693; }
p { color: rgb(144,150,147); }
H1.HeaderClassName
{
color: #909693;
}
.AnyTagClassName
{
color: #909693;
}
</style>
background-color css
<style>
a { background-color: #909693; }
a { background-color: rgb(144,150,147); }
div.DivClassName
{
background-color: #909693;
}
.BgClassName
{
background-color: #909693;
}
</style>
border-color css
<style>
span { border-color: #909693; }
span { border-color: rgb(144,150,147); }
td.TdClassName
{
border-color: #909693;
}
.TagClassName
{
border-color: #909693;
}
</style>