Shades of Olive #78900B
Tints of Olive #78900B
RGB
CMYK
RGB Variations
Color information
#78900B (or 0x78900B) is known color: Olive. HEX triplet: 78, 90 and 0B. RGB value is (120,144,11). Sum of RGB (Red+Green+Blue) = 120+144+11=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #78900B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78900B is #876FF4. Grayscale: #7A7A7A. Windows color (decimal): -8876021 or 757880. OLE color: 757880.
HSL color Cylindrical-coordinate representation of color #78900B: hue angle of 70.83º 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 #78900B is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 144 | 11 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.44 |
| HSL | 70.83º | 0.86% | 0.3% | - |
| HSV(B) | 70.83º | 0.92% | 0.56% | - |
| XYZ | 17.78 | 23.96 | 4.01 | - |
| YUV | 121.66 | 65.55 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 11 | 0.17 | 0 | 0.92 | 0.44 | 70.83 | 0.86 | 0.3 |
| Hex | 78 | 90 | B | 11 | 0 | 5C | 2C | 47 | 56 | 1E |
| Octal | 170 | 220 | 13 | 21 | 0 | 134 | 54 | 107 | 126 | 36 |
| Binary | 1111000 | 10010000 | 1011 | 10001 | 0 | 1011100 | 101100 | 1000111 | 1010110 | 11110 |
Color Harmonies of #78900B
Complementary color
Monochromatic Colors of #78900B
Black with #78900B
Text Example
Text Example
White with #78900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78900B; }
p { color: rgb(120,144,11); }
H1.HeaderClassName
{
color: #78900B;
}
.AnyTagClassName
{
color: #78900B;
}
</style>
background-color css
<style>
a { background-color: #78900B; }
a { background-color: rgb(120,144,11); }
div.DivClassName
{
background-color: #78900B;
}
.BgClassName
{
background-color: #78900B;
}
</style>
border-color css
<style>
span { border-color: #78900B; }
span { border-color: rgb(120,144,11); }
td.TdClassName
{
border-color: #78900B;
}
.TagClassName
{
border-color: #78900B;
}
</style>