Shades of Olive #78830B
Tints of Olive #78830B
RGB
CMYK
RGB Variations
Color information
#78830B (or 0x78830B) is known color: Olive. HEX triplet: 78, 83 and 0B. RGB value is (120,131,11). Sum of RGB (Red+Green+Blue) = 120+131+11=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #78830B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78830B is #877CF4. Grayscale: #727272. Windows color (decimal): -8879349 or 754552. OLE color: 754552.
HSL color Cylindrical-coordinate representation of color #78830B: hue angle of 65.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78830B is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 131 | 11 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.49 |
| HSL | 65.5º | 0.85% | 0.28% | - |
| HSV(B) | 65.5º | 0.92% | 0.51% | - |
| XYZ | 15.92 | 20.25 | 3.39 | - |
| YUV | 114.03 | 69.86 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 11 | 0.08 | 0 | 0.92 | 0.49 | 65.5 | 0.85 | 0.28 |
| Hex | 78 | 83 | B | 8 | 0 | 5C | 31 | 42 | 55 | 1C |
| Octal | 170 | 203 | 13 | 10 | 0 | 134 | 61 | 102 | 125 | 34 |
| Binary | 1111000 | 10000011 | 1011 | 1000 | 0 | 1011100 | 110001 | 1000010 | 1010101 | 11100 |
Color Harmonies of #78830B
Complementary color
Monochromatic Colors of #78830B
Black with #78830B
Text Example
Text Example
White with #78830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78830B; }
p { color: rgb(120,131,11); }
H1.HeaderClassName
{
color: #78830B;
}
.AnyTagClassName
{
color: #78830B;
}
</style>
background-color css
<style>
a { background-color: #78830B; }
a { background-color: rgb(120,131,11); }
div.DivClassName
{
background-color: #78830B;
}
.BgClassName
{
background-color: #78830B;
}
</style>
border-color css
<style>
span { border-color: #78830B; }
span { border-color: rgb(120,131,11); }
td.TdClassName
{
border-color: #78830B;
}
.TagClassName
{
border-color: #78830B;
}
</style>