Shades of Grey Olive #99947F
Tints of Grey Olive #99947F
RGB
CMYK
RGB Variations
Color information
#99947F (or 0x99947F) is known color: Grey Olive. HEX triplet: 99, 94 and 7F. RGB value is (153,148,127). Sum of RGB (Red+Green+Blue) = 153+148+127=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 153 - color contains mainly: red. Hex color #99947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99947F is #666B80. Grayscale: #939393. Windows color (decimal): -6712193 or 8361113. OLE color: 8361113.
HSL color Cylindrical-coordinate representation of color #99947F: hue angle of 48.46º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99947F is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 127 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.4 |
| HSL | 48.46º | 0.11% | 0.55% | - |
| HSV(B) | 48.46º | 0.17% | 0.6% | - |
| XYZ | 27.56 | 29.48 | 24.32 | - |
| YUV | 147.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 127 | 0 | 0.03 | 0.17 | 0.4 | 48.46 | 0.11 | 0.55 |
| Hex | 99 | 94 | 7F | 0 | 3 | 11 | 28 | 30 | B | 37 |
| Octal | 231 | 224 | 177 | 0 | 3 | 21 | 50 | 60 | 13 | 67 |
| Binary | 10011001 | 10010100 | 1111111 | 0 | 11 | 10001 | 101000 | 110000 | 1011 | 110111 |
Color Harmonies of #99947F
Complementary color
Monochromatic Colors of #99947F
Black with #99947F
Text Example
Text Example
White with #99947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99947F; }
p { color: rgb(153,148,127); }
H1.HeaderClassName
{
color: #99947F;
}
.AnyTagClassName
{
color: #99947F;
}
</style>
background-color css
<style>
a { background-color: #99947F; }
a { background-color: rgb(153,148,127); }
div.DivClassName
{
background-color: #99947F;
}
.BgClassName
{
background-color: #99947F;
}
</style>
border-color css
<style>
span { border-color: #99947F; }
span { border-color: rgb(153,148,127); }
td.TdClassName
{
border-color: #99947F;
}
.TagClassName
{
border-color: #99947F;
}
</style>