Shades of Grey Olive #99927D
Tints of Grey Olive #99927D
RGB
CMYK
RGB Variations
Color information
#99927D (or 0x99927D) is known color: Grey Olive. HEX triplet: 99, 92 and 7D. RGB value is (153,146,125). Sum of RGB (Red+Green+Blue) = 153+146+125=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #99927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99927D is #666D82. Grayscale: #919191. Windows color (decimal): -6712707 or 8229529. OLE color: 8229529.
HSL color Cylindrical-coordinate representation of color #99927D: hue angle of 45º 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 #99927D is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 125 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.4 |
| HSL | 45º | 0.12% | 0.55% | - |
| HSV(B) | 45º | 0.18% | 0.6% | - |
| XYZ | 27.12 | 28.81 | 23.53 | - |
| YUV | 145.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 125 | 0 | 0.05 | 0.18 | 0.4 | 45 | 0.12 | 0.55 |
| Hex | 99 | 92 | 7D | 0 | 5 | 12 | 28 | 2D | C | 37 |
| Octal | 231 | 222 | 175 | 0 | 5 | 22 | 50 | 55 | 14 | 67 |
| Binary | 10011001 | 10010010 | 1111101 | 0 | 101 | 10010 | 101000 | 101101 | 1100 | 110111 |
Color Harmonies of #99927D
Complementary color
Monochromatic Colors of #99927D
Black with #99927D
Text Example
Text Example
White with #99927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99927D; }
p { color: rgb(153,146,125); }
H1.HeaderClassName
{
color: #99927D;
}
.AnyTagClassName
{
color: #99927D;
}
</style>
background-color css
<style>
a { background-color: #99927D; }
a { background-color: rgb(153,146,125); }
div.DivClassName
{
background-color: #99927D;
}
.BgClassName
{
background-color: #99927D;
}
</style>
border-color css
<style>
span { border-color: #99927D; }
span { border-color: rgb(153,146,125); }
td.TdClassName
{
border-color: #99927D;
}
.TagClassName
{
border-color: #99927D;
}
</style>