Shades of Olive #949207
Tints of Olive #949207
RGB
CMYK
RGB Variations
Color information
#949207 (or 0x949207) is known color: Olive. HEX triplet: 94, 92 and 07. RGB value is (148,146,7). Sum of RGB (Red+Green+Blue) = 148+146+7=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #949207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949207 is #6B6DF8. Grayscale: #838383. Windows color (decimal): -7040505 or 496276. OLE color: 496276.
HSL color Cylindrical-coordinate representation of color #949207: hue angle of 59.15º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #949207 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 7 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.42 |
| HSL | 59.15º | 0.91% | 0.3% | - |
| HSV(B) | 59.15º | 0.95% | 0.58% | - |
| XYZ | 22.53 | 26.87 | 4.2 | - |
| YUV | 130.75 | 58.16 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 7 | 0 | 0.01 | 0.95 | 0.42 | 59.15 | 0.91 | 0.3 |
| Hex | 94 | 92 | 7 | 0 | 1 | 5F | 2A | 3B | 5B | 1E |
| Octal | 224 | 222 | 7 | 0 | 1 | 137 | 52 | 73 | 133 | 36 |
| Binary | 10010100 | 10010010 | 111 | 0 | 1 | 1011111 | 101010 | 111011 | 1011011 | 11110 |
Color Harmonies of #949207
Complementary color
Monochromatic Colors of #949207
Black with #949207
Text Example
Text Example
White with #949207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949207; }
p { color: rgb(148,146,7); }
H1.HeaderClassName
{
color: #949207;
}
.AnyTagClassName
{
color: #949207;
}
</style>
background-color css
<style>
a { background-color: #949207; }
a { background-color: rgb(148,146,7); }
div.DivClassName
{
background-color: #949207;
}
.BgClassName
{
background-color: #949207;
}
</style>
border-color css
<style>
span { border-color: #949207; }
span { border-color: rgb(148,146,7); }
td.TdClassName
{
border-color: #949207;
}
.TagClassName
{
border-color: #949207;
}
</style>