Shades of Olive #908C04
Tints of Olive #908C04
RGB
CMYK
RGB Variations
Color information
#908C04 (or 0x908C04) is known color: Olive. HEX triplet: 90, 8C and 04. RGB value is (144,140,4). Sum of RGB (Red+Green+Blue) = 144+140+4=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 140 (55.08% from 255 or 48.61% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #908C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908C04 is #6F73FB. Grayscale: #7E7E7E. Windows color (decimal): -7304188 or 298128. OLE color: 298128.
HSL color Cylindrical-coordinate representation of color #908C04: hue angle of 58.29º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #908C04 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 4 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.44 |
| HSL | 58.29º | 0.95% | 0.29% | - |
| HSV(B) | 58.29º | 0.97% | 0.56% | - |
| XYZ | 20.9 | 24.69 | 3.78 | - |
| YUV | 125.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 4 | 0 | 0.03 | 0.97 | 0.44 | 58.29 | 0.95 | 0.29 |
| Hex | 90 | 8C | 4 | 0 | 3 | 61 | 2C | 3A | 5F | 1D |
| Octal | 220 | 214 | 4 | 0 | 3 | 141 | 54 | 72 | 137 | 35 |
| Binary | 10010000 | 10001100 | 100 | 0 | 11 | 1100001 | 101100 | 111010 | 1011111 | 11101 |
Color Harmonies of #908C04
Complementary color
Monochromatic Colors of #908C04
Black with #908C04
Text Example
Text Example
White with #908C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C04; }
p { color: rgb(144,140,4); }
H1.HeaderClassName
{
color: #908C04;
}
.AnyTagClassName
{
color: #908C04;
}
</style>
background-color css
<style>
a { background-color: #908C04; }
a { background-color: rgb(144,140,4); }
div.DivClassName
{
background-color: #908C04;
}
.BgClassName
{
background-color: #908C04;
}
</style>
border-color css
<style>
span { border-color: #908C04; }
span { border-color: rgb(144,140,4); }
td.TdClassName
{
border-color: #908C04;
}
.TagClassName
{
border-color: #908C04;
}
</style>