Shades of Olive #908F07
Tints of Olive #908F07
RGB
CMYK
RGB Variations
Color information
#908F07 (or 0x908F07) is known color: Olive. HEX triplet: 90, 8F and 07. RGB value is (144,143,7). Sum of RGB (Red+Green+Blue) = 144+143+7=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 143 (56.25% from 255 or 48.64% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #908F07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908F07 is #6F70F8. Grayscale: #808080. Windows color (decimal): -7303417 or 495504. OLE color: 495504.
HSL color Cylindrical-coordinate representation of color #908F07: hue angle of 59.56º 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 #908F07 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 143 | 7 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.44 |
| HSL | 59.56º | 0.91% | 0.3% | - |
| HSV(B) | 59.56º | 0.95% | 0.56% | - |
| XYZ | 21.36 | 25.59 | 4.01 | - |
| YUV | 127.8 | 59.83 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 7 | 0 | 0.01 | 0.95 | 0.44 | 59.56 | 0.91 | 0.3 |
| Hex | 90 | 8F | 7 | 0 | 1 | 5F | 2C | 3C | 5B | 1E |
| Octal | 220 | 217 | 7 | 0 | 1 | 137 | 54 | 74 | 133 | 36 |
| Binary | 10010000 | 10001111 | 111 | 0 | 1 | 1011111 | 101100 | 111100 | 1011011 | 11110 |
Color Harmonies of #908F07
Complementary color
Monochromatic Colors of #908F07
Black with #908F07
Text Example
Text Example
White with #908F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908F07; }
p { color: rgb(144,143,7); }
H1.HeaderClassName
{
color: #908F07;
}
.AnyTagClassName
{
color: #908F07;
}
</style>
background-color css
<style>
a { background-color: #908F07; }
a { background-color: rgb(144,143,7); }
div.DivClassName
{
background-color: #908F07;
}
.BgClassName
{
background-color: #908F07;
}
</style>
border-color css
<style>
span { border-color: #908F07; }
span { border-color: rgb(144,143,7); }
td.TdClassName
{
border-color: #908F07;
}
.TagClassName
{
border-color: #908F07;
}
</style>