Shades of Olive #908701
Tints of Olive #908701
RGB
CMYK
RGB Variations
Color information
#908701 (or 0x908701) is known color: Olive. HEX triplet: 90, 87 and 01. RGB value is (144,135,1). Sum of RGB (Red+Green+Blue) = 144+135+1=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #908701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908701 is #6F78FE. Grayscale: #7A7A7A. Windows color (decimal): -7305471 or 100240. OLE color: 100240.
HSL color Cylindrical-coordinate representation of color #908701: hue angle of 56.22º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #908701 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 135 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.44 |
| HSL | 56.22º | 0.99% | 0.28% | - |
| HSV(B) | 56.22º | 0.99% | 0.56% | - |
| XYZ | 20.17 | 23.26 | 3.46 | - |
| YUV | 122.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 1 | 0 | 0.06 | 0.99 | 0.44 | 56.22 | 0.99 | 0.28 |
| Hex | 90 | 87 | 1 | 0 | 6 | 63 | 2C | 38 | 63 | 1C |
| Octal | 220 | 207 | 1 | 0 | 6 | 143 | 54 | 70 | 143 | 34 |
| Binary | 10010000 | 10000111 | 1 | 0 | 110 | 1100011 | 101100 | 111000 | 1100011 | 11100 |
Color Harmonies of #908701
Complementary color
Monochromatic Colors of #908701
Black with #908701
Text Example
Text Example
White with #908701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908701; }
p { color: rgb(144,135,1); }
H1.HeaderClassName
{
color: #908701;
}
.AnyTagClassName
{
color: #908701;
}
</style>
background-color css
<style>
a { background-color: #908701; }
a { background-color: rgb(144,135,1); }
div.DivClassName
{
background-color: #908701;
}
.BgClassName
{
background-color: #908701;
}
</style>
border-color css
<style>
span { border-color: #908701; }
span { border-color: rgb(144,135,1); }
td.TdClassName
{
border-color: #908701;
}
.TagClassName
{
border-color: #908701;
}
</style>