Shades of Olive #908607
Tints of Olive #908607
RGB
CMYK
RGB Variations
Color information
#908607 (or 0x908607) is known color: Olive. HEX triplet: 90, 86 and 07. RGB value is (144,134,7). Sum of RGB (Red+Green+Blue) = 144+134+7=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #908607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908607 is #6F79F8. Grayscale: #7B7B7B. Windows color (decimal): -7305721 or 493200. OLE color: 493200.
HSL color Cylindrical-coordinate representation of color #908607: hue angle of 55.62º 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 #908607 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 134 | 7 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.44 |
| HSL | 55.62º | 0.91% | 0.3% | - |
| HSV(B) | 55.62º | 0.95% | 0.56% | - |
| XYZ | 20.07 | 22.99 | 3.58 | - |
| YUV | 122.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 7 | 0 | 0.07 | 0.95 | 0.44 | 55.62 | 0.91 | 0.3 |
| Hex | 90 | 86 | 7 | 0 | 7 | 5F | 2C | 38 | 5B | 1E |
| Octal | 220 | 206 | 7 | 0 | 7 | 137 | 54 | 70 | 133 | 36 |
| Binary | 10010000 | 10000110 | 111 | 0 | 111 | 1011111 | 101100 | 111000 | 1011011 | 11110 |
Color Harmonies of #908607
Complementary color
Monochromatic Colors of #908607
Black with #908607
Text Example
Text Example
White with #908607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908607; }
p { color: rgb(144,134,7); }
H1.HeaderClassName
{
color: #908607;
}
.AnyTagClassName
{
color: #908607;
}
</style>
background-color css
<style>
a { background-color: #908607; }
a { background-color: rgb(144,134,7); }
div.DivClassName
{
background-color: #908607;
}
.BgClassName
{
background-color: #908607;
}
</style>
border-color css
<style>
span { border-color: #908607; }
span { border-color: rgb(144,134,7); }
td.TdClassName
{
border-color: #908607;
}
.TagClassName
{
border-color: #908607;
}
</style>