Shades of Olive #948801
Tints of Olive #948801
RGB
CMYK
RGB Variations
Color information
#948801 (or 0x948801) is known color: Olive. HEX triplet: 94, 88 and 01. RGB value is (148,136,1). Sum of RGB (Red+Green+Blue) = 148+136+1=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #948801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948801 is #6B77FE. Grayscale: #7C7C7C. Windows color (decimal): -7043071 or 100500. OLE color: 100500.
HSL color Cylindrical-coordinate representation of color #948801: hue angle of 55.1º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #948801 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.42 |
| HSL | 55.1º | 0.99% | 0.29% | - |
| HSV(B) | 55.1º | 0.99% | 0.58% | - |
| XYZ | 21.02 | 23.91 | 3.54 | - |
| YUV | 124.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 1 | 0 | 0.08 | 0.99 | 0.42 | 55.1 | 0.99 | 0.29 |
| Hex | 94 | 88 | 1 | 0 | 8 | 63 | 2A | 37 | 63 | 1D |
| Octal | 224 | 210 | 1 | 0 | 10 | 143 | 52 | 67 | 143 | 35 |
| Binary | 10010100 | 10001000 | 1 | 0 | 1000 | 1100011 | 101010 | 110111 | 1100011 | 11101 |
Color Harmonies of #948801
Complementary color
Monochromatic Colors of #948801
Black with #948801
Text Example
Text Example
White with #948801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948801; }
p { color: rgb(148,136,1); }
H1.HeaderClassName
{
color: #948801;
}
.AnyTagClassName
{
color: #948801;
}
</style>
background-color css
<style>
a { background-color: #948801; }
a { background-color: rgb(148,136,1); }
div.DivClassName
{
background-color: #948801;
}
.BgClassName
{
background-color: #948801;
}
</style>
border-color css
<style>
span { border-color: #948801; }
span { border-color: rgb(148,136,1); }
td.TdClassName
{
border-color: #948801;
}
.TagClassName
{
border-color: #948801;
}
</style>