Shades of Olive #948601
Tints of Olive #948601
RGB
CMYK
RGB Variations
Color information
#948601 (or 0x948601) is known color: Olive. HEX triplet: 94, 86 and 01. RGB value is (148,134,1). Sum of RGB (Red+Green+Blue) = 148+134+1=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #948601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948601 is #6B79FE. Grayscale: #7B7B7B. Windows color (decimal): -7043583 or 99988. OLE color: 99988.
HSL color Cylindrical-coordinate representation of color #948601: hue angle of 54.29º 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 #948601 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 134 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.42 |
| HSL | 54.29º | 0.99% | 0.29% | - |
| HSV(B) | 54.29º | 0.99% | 0.58% | - |
| XYZ | 20.74 | 23.35 | 3.44 | - |
| YUV | 123.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 1 | 0 | 0.09 | 0.99 | 0.42 | 54.29 | 0.99 | 0.29 |
| Hex | 94 | 86 | 1 | 0 | 9 | 63 | 2A | 36 | 63 | 1D |
| Octal | 224 | 206 | 1 | 0 | 11 | 143 | 52 | 66 | 143 | 35 |
| Binary | 10010100 | 10000110 | 1 | 0 | 1001 | 1100011 | 101010 | 110110 | 1100011 | 11101 |
Color Harmonies of #948601
Complementary color
Monochromatic Colors of #948601
Black with #948601
Text Example
Text Example
White with #948601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948601; }
p { color: rgb(148,134,1); }
H1.HeaderClassName
{
color: #948601;
}
.AnyTagClassName
{
color: #948601;
}
</style>
background-color css
<style>
a { background-color: #948601; }
a { background-color: rgb(148,134,1); }
div.DivClassName
{
background-color: #948601;
}
.BgClassName
{
background-color: #948601;
}
</style>
border-color css
<style>
span { border-color: #948601; }
span { border-color: rgb(148,134,1); }
td.TdClassName
{
border-color: #948601;
}
.TagClassName
{
border-color: #948601;
}
</style>