Shades of Olive #78730B
Tints of Olive #78730B
RGB
CMYK
RGB Variations
Color information
#78730B (or 0x78730B) is known color: Olive. HEX triplet: 78, 73 and 0B. RGB value is (120,115,11). Sum of RGB (Red+Green+Blue) = 120+115+11=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78730B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78730B is #878CF4. Grayscale: #696969. Windows color (decimal): -8883445 or 750456. OLE color: 750456.
HSL color Cylindrical-coordinate representation of color #78730B: hue angle of 57.25º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78730B is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 11 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.53 |
| HSL | 57.25º | 0.83% | 0.26% | - |
| HSV(B) | 57.25º | 0.91% | 0.47% | - |
| XYZ | 13.94 | 16.28 | 2.72 | - |
| YUV | 104.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 11 | 0 | 0.04 | 0.91 | 0.53 | 57.25 | 0.83 | 0.26 |
| Hex | 78 | 73 | B | 0 | 4 | 5B | 35 | 39 | 53 | 1A |
| Octal | 170 | 163 | 13 | 0 | 4 | 133 | 65 | 71 | 123 | 32 |
| Binary | 1111000 | 1110011 | 1011 | 0 | 100 | 1011011 | 110101 | 111001 | 1010011 | 11010 |
Color Harmonies of #78730B
Complementary color
Monochromatic Colors of #78730B
Black with #78730B
Text Example
Text Example
White with #78730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78730B; }
p { color: rgb(120,115,11); }
H1.HeaderClassName
{
color: #78730B;
}
.AnyTagClassName
{
color: #78730B;
}
</style>
background-color css
<style>
a { background-color: #78730B; }
a { background-color: rgb(120,115,11); }
div.DivClassName
{
background-color: #78730B;
}
.BgClassName
{
background-color: #78730B;
}
</style>
border-color css
<style>
span { border-color: #78730B; }
span { border-color: rgb(120,115,11); }
td.TdClassName
{
border-color: #78730B;
}
.TagClassName
{
border-color: #78730B;
}
</style>