Shades of Olive #908A06
Tints of Olive #908A06
RGB
CMYK
RGB Variations
Color information
#908A06 (or 0x908A06) is known color: Olive. HEX triplet: 90, 8A and 06. RGB value is (144,138,6). Sum of RGB (Red+Green+Blue) = 144+138+6=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #908A06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908A06 is #6F75F9. Grayscale: #7D7D7D. Windows color (decimal): -7304698 or 428688. OLE color: 428688.
HSL color Cylindrical-coordinate representation of color #908A06: hue angle of 57.39º 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 #908A06 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 6 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.44 |
| HSL | 57.39º | 0.92% | 0.29% | - |
| HSV(B) | 57.39º | 0.96% | 0.56% | - |
| XYZ | 20.62 | 24.12 | 3.74 | - |
| YUV | 124.75 | 60.99 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 6 | 0 | 0.04 | 0.96 | 0.44 | 57.39 | 0.92 | 0.29 |
| Hex | 90 | 8A | 6 | 0 | 4 | 60 | 2C | 39 | 5C | 1D |
| Octal | 220 | 212 | 6 | 0 | 4 | 140 | 54 | 71 | 134 | 35 |
| Binary | 10010000 | 10001010 | 110 | 0 | 100 | 1100000 | 101100 | 111001 | 1011100 | 11101 |
Color Harmonies of #908A06
Complementary color
Monochromatic Colors of #908A06
Black with #908A06
Text Example
Text Example
White with #908A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A06; }
p { color: rgb(144,138,6); }
H1.HeaderClassName
{
color: #908A06;
}
.AnyTagClassName
{
color: #908A06;
}
</style>
background-color css
<style>
a { background-color: #908A06; }
a { background-color: rgb(144,138,6); }
div.DivClassName
{
background-color: #908A06;
}
.BgClassName
{
background-color: #908A06;
}
</style>
border-color css
<style>
span { border-color: #908A06; }
span { border-color: rgb(144,138,6); }
td.TdClassName
{
border-color: #908A06;
}
.TagClassName
{
border-color: #908A06;
}
</style>