Shades of Olive #80900B
Tints of Olive #80900B
RGB
CMYK
RGB Variations
Color information
#80900B (or 0x80900B) is known color: Olive. HEX triplet: 80, 90 and 0B. RGB value is (128,144,11). Sum of RGB (Red+Green+Blue) = 128+144+11=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #80900B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80900B is #7F6FF4. Grayscale: #7C7C7C. Windows color (decimal): -8351733 or 757888. OLE color: 757888.
HSL color Cylindrical-coordinate representation of color #80900B: hue angle of 67.22º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80900B is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 144 | 11 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.44 |
| HSL | 67.22º | 0.86% | 0.3% | - |
| HSV(B) | 67.22º | 0.92% | 0.56% | - |
| XYZ | 18.94 | 24.56 | 4.06 | - |
| YUV | 124.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 11 | 0.11 | 0 | 0.92 | 0.44 | 67.22 | 0.86 | 0.3 |
| Hex | 80 | 90 | B | B | 0 | 5C | 2C | 43 | 56 | 1E |
| Octal | 200 | 220 | 13 | 13 | 0 | 134 | 54 | 103 | 126 | 36 |
| Binary | 10000000 | 10010000 | 1011 | 1011 | 0 | 1011100 | 101100 | 1000011 | 1010110 | 11110 |
Color Harmonies of #80900B
Complementary color
Monochromatic Colors of #80900B
Black with #80900B
Text Example
Text Example
White with #80900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80900B; }
p { color: rgb(128,144,11); }
H1.HeaderClassName
{
color: #80900B;
}
.AnyTagClassName
{
color: #80900B;
}
</style>
background-color css
<style>
a { background-color: #80900B; }
a { background-color: rgb(128,144,11); }
div.DivClassName
{
background-color: #80900B;
}
.BgClassName
{
background-color: #80900B;
}
</style>
border-color css
<style>
span { border-color: #80900B; }
span { border-color: rgb(128,144,11); }
td.TdClassName
{
border-color: #80900B;
}
.TagClassName
{
border-color: #80900B;
}
</style>