Shades of Olive #908107
Tints of Olive #908107
RGB
CMYK
RGB Variations
Color information
#908107 (or 0x908107) is known color: Olive. HEX triplet: 90, 81 and 07. RGB value is (144,129,7). Sum of RGB (Red+Green+Blue) = 144+129+7=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #908107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908107 is #6F7EF8. Grayscale: #787878. Windows color (decimal): -7307001 or 491920. OLE color: 491920.
HSL color Cylindrical-coordinate representation of color #908107: hue angle of 53.43º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #908107 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 129 | 7 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.44 |
| HSL | 53.43º | 0.91% | 0.3% | - |
| HSV(B) | 53.43º | 0.95% | 0.56% | - |
| XYZ | 19.39 | 21.65 | 3.36 | - |
| YUV | 119.58 | 64.47 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 7 | 0 | 0.10 | 0.95 | 0.44 | 53.43 | 0.91 | 0.3 |
| Hex | 90 | 81 | 7 | 0 | A | 5F | 2C | 35 | 5B | 1E |
| Octal | 220 | 201 | 7 | 0 | 12 | 137 | 54 | 65 | 133 | 36 |
| Binary | 10010000 | 10000001 | 111 | 0 | 1010 | 1011111 | 101100 | 110101 | 1011011 | 11110 |
Color Harmonies of #908107
Complementary color
Monochromatic Colors of #908107
Black with #908107
Text Example
Text Example
White with #908107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908107; }
p { color: rgb(144,129,7); }
H1.HeaderClassName
{
color: #908107;
}
.AnyTagClassName
{
color: #908107;
}
</style>
background-color css
<style>
a { background-color: #908107; }
a { background-color: rgb(144,129,7); }
div.DivClassName
{
background-color: #908107;
}
.BgClassName
{
background-color: #908107;
}
</style>
border-color css
<style>
span { border-color: #908107; }
span { border-color: rgb(144,129,7); }
td.TdClassName
{
border-color: #908107;
}
.TagClassName
{
border-color: #908107;
}
</style>