Shades of Olive #78870B
Tints of Olive #78870B
RGB
CMYK
RGB Variations
Color information
#78870B (or 0x78870B) is known color: Olive. HEX triplet: 78, 87 and 0B. RGB value is (120,135,11). Sum of RGB (Red+Green+Blue) = 120+135+11=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #78870B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78870B is #8778F4. Grayscale: #747474. Windows color (decimal): -8878325 or 755576. OLE color: 755576.
HSL color Cylindrical-coordinate representation of color #78870B: hue angle of 67.26º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78870B is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 135 | 11 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.47 |
| HSL | 67.26º | 0.85% | 0.29% | - |
| HSV(B) | 67.26º | 0.92% | 0.53% | - |
| XYZ | 16.47 | 21.35 | 3.57 | - |
| YUV | 116.38 | 68.53 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 11 | 0.11 | 0 | 0.92 | 0.47 | 67.26 | 0.85 | 0.29 |
| Hex | 78 | 87 | B | B | 0 | 5C | 2F | 43 | 55 | 1D |
| Octal | 170 | 207 | 13 | 13 | 0 | 134 | 57 | 103 | 125 | 35 |
| Binary | 1111000 | 10000111 | 1011 | 1011 | 0 | 1011100 | 101111 | 1000011 | 1010101 | 11101 |
Color Harmonies of #78870B
Complementary color
Monochromatic Colors of #78870B
Black with #78870B
Text Example
Text Example
White with #78870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78870B; }
p { color: rgb(120,135,11); }
H1.HeaderClassName
{
color: #78870B;
}
.AnyTagClassName
{
color: #78870B;
}
</style>
background-color css
<style>
a { background-color: #78870B; }
a { background-color: rgb(120,135,11); }
div.DivClassName
{
background-color: #78870B;
}
.BgClassName
{
background-color: #78870B;
}
</style>
border-color css
<style>
span { border-color: #78870B; }
span { border-color: rgb(120,135,11); }
td.TdClassName
{
border-color: #78870B;
}
.TagClassName
{
border-color: #78870B;
}
</style>