Shades of Grey Olive #99967D
Tints of Grey Olive #99967D
RGB
CMYK
RGB Variations
Color information
#99967D (or 0x99967D) is known color: Grey Olive. HEX triplet: 99, 96 and 7D. RGB value is (153,150,125). Sum of RGB (Red+Green+Blue) = 153+150+125=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 153 - color contains mainly: red. Hex color #99967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99967D is #666982. Grayscale: #949494. Windows color (decimal): -6711683 or 8230553. OLE color: 8230553.
HSL color Cylindrical-coordinate representation of color #99967D: hue angle of 53.57º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99967D is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 125 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.4 |
| HSL | 53.57º | 0.12% | 0.55% | - |
| HSV(B) | 53.57º | 0.18% | 0.6% | - |
| XYZ | 27.74 | 30.07 | 23.74 | - |
| YUV | 148.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 125 | 0 | 0.02 | 0.18 | 0.4 | 53.57 | 0.12 | 0.55 |
| Hex | 99 | 96 | 7D | 0 | 2 | 12 | 28 | 36 | C | 37 |
| Octal | 231 | 226 | 175 | 0 | 2 | 22 | 50 | 66 | 14 | 67 |
| Binary | 10011001 | 10010110 | 1111101 | 0 | 10 | 10010 | 101000 | 110110 | 1100 | 110111 |
Color Harmonies of #99967D
Complementary color
Monochromatic Colors of #99967D
Black with #99967D
Text Example
Text Example
White with #99967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99967D; }
p { color: rgb(153,150,125); }
H1.HeaderClassName
{
color: #99967D;
}
.AnyTagClassName
{
color: #99967D;
}
</style>
background-color css
<style>
a { background-color: #99967D; }
a { background-color: rgb(153,150,125); }
div.DivClassName
{
background-color: #99967D;
}
.BgClassName
{
background-color: #99967D;
}
</style>
border-color css
<style>
span { border-color: #99967D; }
span { border-color: rgb(153,150,125); }
td.TdClassName
{
border-color: #99967D;
}
.TagClassName
{
border-color: #99967D;
}
</style>