Shades of Olive #908A0F
Tints of Olive #908A0F
RGB
CMYK
RGB Variations
Color information
#908A0F (or 0x908A0F) is known color: Olive. HEX triplet: 90, 8A and 0F. RGB value is (144,138,15). Sum of RGB (Red+Green+Blue) = 144+138+15=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #908A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908A0F is #6F75F0. Grayscale: #7E7E7E. Windows color (decimal): -7304689 or 1018512. OLE color: 1018512.
HSL color Cylindrical-coordinate representation of color #908A0F: hue angle of 57.21º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #908A0F is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 15 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.44 |
| HSL | 57.21º | 0.81% | 0.31% | - |
| HSV(B) | 57.21º | 0.9% | 0.56% | - |
| XYZ | 20.68 | 24.14 | 4.02 | - |
| YUV | 125.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 15 | 0 | 0.04 | 0.90 | 0.44 | 57.21 | 0.81 | 0.31 |
| Hex | 90 | 8A | F | 0 | 4 | 5A | 2C | 39 | 51 | 1F |
| Octal | 220 | 212 | 17 | 0 | 4 | 132 | 54 | 71 | 121 | 37 |
| Binary | 10010000 | 10001010 | 1111 | 0 | 100 | 1011010 | 101100 | 111001 | 1010001 | 11111 |
Color Harmonies of #908A0F
Complementary color
Monochromatic Colors of #908A0F
Black with #908A0F
Text Example
Text Example
White with #908A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A0F; }
p { color: rgb(144,138,15); }
H1.HeaderClassName
{
color: #908A0F;
}
.AnyTagClassName
{
color: #908A0F;
}
</style>
background-color css
<style>
a { background-color: #908A0F; }
a { background-color: rgb(144,138,15); }
div.DivClassName
{
background-color: #908A0F;
}
.BgClassName
{
background-color: #908A0F;
}
</style>
border-color css
<style>
span { border-color: #908A0F; }
span { border-color: rgb(144,138,15); }
td.TdClassName
{
border-color: #908A0F;
}
.TagClassName
{
border-color: #908A0F;
}
</style>