Shades of Olive #908C06
Tints of Olive #908C06
RGB
CMYK
RGB Variations
Color information
#908C06 (or 0x908C06) is known color: Olive. HEX triplet: 90, 8C and 06. RGB value is (144,140,6). Sum of RGB (Red+Green+Blue) = 144+140+6=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #908C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908C06 is #6F73F9. Grayscale: #7E7E7E. Windows color (decimal): -7304186 or 429200. OLE color: 429200.
HSL color Cylindrical-coordinate representation of color #908C06: hue angle of 58.26º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #908C06 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 6 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.44 |
| HSL | 58.26º | 0.92% | 0.29% | - |
| HSV(B) | 58.26º | 0.96% | 0.56% | - |
| XYZ | 20.91 | 24.7 | 3.84 | - |
| YUV | 125.92 | 60.33 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 6 | 0 | 0.03 | 0.96 | 0.44 | 58.26 | 0.92 | 0.29 |
| Hex | 90 | 8C | 6 | 0 | 3 | 60 | 2C | 3A | 5C | 1D |
| Octal | 220 | 214 | 6 | 0 | 3 | 140 | 54 | 72 | 134 | 35 |
| Binary | 10010000 | 10001100 | 110 | 0 | 11 | 1100000 | 101100 | 111010 | 1011100 | 11101 |
Color Harmonies of #908C06
Complementary color
Monochromatic Colors of #908C06
Black with #908C06
Text Example
Text Example
White with #908C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C06; }
p { color: rgb(144,140,6); }
H1.HeaderClassName
{
color: #908C06;
}
.AnyTagClassName
{
color: #908C06;
}
</style>
background-color css
<style>
a { background-color: #908C06; }
a { background-color: rgb(144,140,6); }
div.DivClassName
{
background-color: #908C06;
}
.BgClassName
{
background-color: #908C06;
}
</style>
border-color css
<style>
span { border-color: #908C06; }
span { border-color: rgb(144,140,6); }
td.TdClassName
{
border-color: #908C06;
}
.TagClassName
{
border-color: #908C06;
}
</style>