Shades of Olive #78870C
Tints of Olive #78870C
RGB
CMYK
RGB Variations
Color information
#78870C (or 0x78870C) is known color: Olive. HEX triplet: 78, 87 and 0C. RGB value is (120,135,12). Sum of RGB (Red+Green+Blue) = 120+135+12=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #78870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78870C is #8778F3. Grayscale: #747474. Windows color (decimal): -8878324 or 821112. OLE color: 821112.
HSL color Cylindrical-coordinate representation of color #78870C: hue angle of 67.32º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78870C is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 135 | 12 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.47 |
| HSL | 67.32º | 0.84% | 0.29% | - |
| HSV(B) | 67.32º | 0.91% | 0.53% | - |
| XYZ | 16.48 | 21.35 | 3.6 | - |
| YUV | 116.49 | 69.03 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 12 | 0.11 | 0 | 0.91 | 0.47 | 67.32 | 0.84 | 0.29 |
| Hex | 78 | 87 | C | B | 0 | 5B | 2F | 43 | 54 | 1D |
| Octal | 170 | 207 | 14 | 13 | 0 | 133 | 57 | 103 | 124 | 35 |
| Binary | 1111000 | 10000111 | 1100 | 1011 | 0 | 1011011 | 101111 | 1000011 | 1010100 | 11101 |
Color Harmonies of #78870C
Complementary color
Monochromatic Colors of #78870C
Black with #78870C
Text Example
Text Example
White with #78870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78870C; }
p { color: rgb(120,135,12); }
H1.HeaderClassName
{
color: #78870C;
}
.AnyTagClassName
{
color: #78870C;
}
</style>
background-color css
<style>
a { background-color: #78870C; }
a { background-color: rgb(120,135,12); }
div.DivClassName
{
background-color: #78870C;
}
.BgClassName
{
background-color: #78870C;
}
</style>
border-color css
<style>
span { border-color: #78870C; }
span { border-color: rgb(120,135,12); }
td.TdClassName
{
border-color: #78870C;
}
.TagClassName
{
border-color: #78870C;
}
</style>