Shades of Olive #948809
Tints of Olive #948809
RGB
CMYK
RGB Variations
Color information
#948809 (or 0x948809) is known color: Olive. HEX triplet: 94, 88 and 09. RGB value is (148,136,9). Sum of RGB (Red+Green+Blue) = 148+136+9=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #948809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948809 is #6B77F6. Grayscale: #7D7D7D. Windows color (decimal): -7043063 or 624788. OLE color: 624788.
HSL color Cylindrical-coordinate representation of color #948809: hue angle of 54.82º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #948809 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 9 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.42 |
| HSL | 54.82º | 0.89% | 0.31% | - |
| HSV(B) | 54.82º | 0.94% | 0.58% | - |
| XYZ | 21.07 | 23.92 | 3.77 | - |
| YUV | 125.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 9 | 0 | 0.08 | 0.94 | 0.42 | 54.82 | 0.89 | 0.31 |
| Hex | 94 | 88 | 9 | 0 | 8 | 5E | 2A | 37 | 59 | 1F |
| Octal | 224 | 210 | 11 | 0 | 10 | 136 | 52 | 67 | 131 | 37 |
| Binary | 10010100 | 10001000 | 1001 | 0 | 1000 | 1011110 | 101010 | 110111 | 1011001 | 11111 |
Color Harmonies of #948809
Complementary color
Monochromatic Colors of #948809
Black with #948809
Text Example
Text Example
White with #948809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948809; }
p { color: rgb(148,136,9); }
H1.HeaderClassName
{
color: #948809;
}
.AnyTagClassName
{
color: #948809;
}
</style>
background-color css
<style>
a { background-color: #948809; }
a { background-color: rgb(148,136,9); }
div.DivClassName
{
background-color: #948809;
}
.BgClassName
{
background-color: #948809;
}
</style>
border-color css
<style>
span { border-color: #948809; }
span { border-color: rgb(148,136,9); }
td.TdClassName
{
border-color: #948809;
}
.TagClassName
{
border-color: #948809;
}
</style>