Shades of Olive #909205
Tints of Olive #909205
RGB
CMYK
RGB Variations
Color information
#909205 (or 0x909205) is known color: Olive. HEX triplet: 90, 92 and 05. RGB value is (144,146,5). Sum of RGB (Red+Green+Blue) = 144+146+5=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #909205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #909205 is #6F6DFA. Grayscale: #818181. Windows color (decimal): -7302651 or 365200. OLE color: 365200.
HSL color Cylindrical-coordinate representation of color #909205: hue angle of 60.85º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #909205 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 146 | 5 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.43 |
| HSL | 60.85º | 0.93% | 0.3% | - |
| HSV(B) | 60.85º | 0.97% | 0.57% | - |
| XYZ | 21.81 | 26.5 | 4.11 | - |
| YUV | 129.33 | 57.84 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 146 | 5 | 0.01 | 0 | 0.97 | 0.43 | 60.85 | 0.93 | 0.3 |
| Hex | 90 | 92 | 5 | 1 | 0 | 61 | 2B | 3D | 5D | 1E |
| Octal | 220 | 222 | 5 | 1 | 0 | 141 | 53 | 75 | 135 | 36 |
| Binary | 10010000 | 10010010 | 101 | 1 | 0 | 1100001 | 101011 | 111101 | 1011101 | 11110 |
Color Harmonies of #909205
Complementary color
Monochromatic Colors of #909205
Black with #909205
Text Example
Text Example
White with #909205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909205; }
p { color: rgb(144,146,5); }
H1.HeaderClassName
{
color: #909205;
}
.AnyTagClassName
{
color: #909205;
}
</style>
background-color css
<style>
a { background-color: #909205; }
a { background-color: rgb(144,146,5); }
div.DivClassName
{
background-color: #909205;
}
.BgClassName
{
background-color: #909205;
}
</style>
border-color css
<style>
span { border-color: #909205; }
span { border-color: rgb(144,146,5); }
td.TdClassName
{
border-color: #909205;
}
.TagClassName
{
border-color: #909205;
}
</style>