Shades of Granny Smith #81968B
Tints of Granny Smith #81968B
RGB
CMYK
RGB Variations
Color information
#81968B (or 0x81968B) is known color: Granny Smith. HEX triplet: 81, 96 and 8B. RGB value is (129,150,139). Sum of RGB (Red+Green+Blue) = 129+150+139=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 150 - color contains mainly: green. Hex color #81968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81968B is #7E6974. Grayscale: #8E8E8E. Windows color (decimal): -8284533 or 9148033. OLE color: 9148033.
HSL color Cylindrical-coordinate representation of color #81968B: hue angle of 148.57º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #81968B is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 150 | 139 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.41 |
| HSL | 148.57º | 0.09% | 0.55% | - |
| HSV(B) | 148.57º | 0.14% | 0.59% | - |
| XYZ | 24.62 | 28.34 | 28.6 | - |
| YUV | 142.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 150 | 139 | 0.14 | 0 | 0.07 | 0.41 | 148.57 | 0.09 | 0.55 |
| Hex | 81 | 96 | 8B | E | 0 | 7 | 29 | 95 | 9 | 37 |
| Octal | 201 | 226 | 213 | 16 | 0 | 7 | 51 | 225 | 11 | 67 |
| Binary | 10000001 | 10010110 | 10001011 | 1110 | 0 | 111 | 101001 | 10010101 | 1001 | 110111 |
Color Harmonies of #81968B
Complementary color
Monochromatic Colors of #81968B
Black with #81968B
Text Example
Text Example
White with #81968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81968B; }
p { color: rgb(129,150,139); }
H1.HeaderClassName
{
color: #81968B;
}
.AnyTagClassName
{
color: #81968B;
}
</style>
background-color css
<style>
a { background-color: #81968B; }
a { background-color: rgb(129,150,139); }
div.DivClassName
{
background-color: #81968B;
}
.BgClassName
{
background-color: #81968B;
}
</style>
border-color css
<style>
span { border-color: #81968B; }
span { border-color: rgb(129,150,139); }
td.TdClassName
{
border-color: #81968B;
}
.TagClassName
{
border-color: #81968B;
}
</style>