Shades of Olive #78730F
Tints of Olive #78730F
RGB
CMYK
RGB Variations
Color information
#78730F (or 0x78730F) is known color: Olive. HEX triplet: 78, 73 and 0F. RGB value is (120,115,15). Sum of RGB (Red+Green+Blue) = 120+115+15=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #78730F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78730F is #878CF0. Grayscale: #696969. Windows color (decimal): -8883441 or 1012600. OLE color: 1012600.
HSL color Cylindrical-coordinate representation of color #78730F: hue angle of 57.14º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78730F is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 15 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.53 |
| HSL | 57.14º | 0.78% | 0.26% | - |
| HSV(B) | 57.14º | 0.88% | 0.47% | - |
| XYZ | 13.96 | 16.29 | 2.86 | - |
| YUV | 105.1 | 77.16 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 15 | 0 | 0.04 | 0.87 | 0.53 | 57.14 | 0.78 | 0.26 |
| Hex | 78 | 73 | F | 0 | 4 | 57 | 35 | 39 | 4E | 1A |
| Octal | 170 | 163 | 17 | 0 | 4 | 127 | 65 | 71 | 116 | 32 |
| Binary | 1111000 | 1110011 | 1111 | 0 | 100 | 1010111 | 110101 | 111001 | 1001110 | 11010 |
Color Harmonies of #78730F
Complementary color
Monochromatic Colors of #78730F
Black with #78730F
Text Example
Text Example
White with #78730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78730F; }
p { color: rgb(120,115,15); }
H1.HeaderClassName
{
color: #78730F;
}
.AnyTagClassName
{
color: #78730F;
}
</style>
background-color css
<style>
a { background-color: #78730F; }
a { background-color: rgb(120,115,15); }
div.DivClassName
{
background-color: #78730F;
}
.BgClassName
{
background-color: #78730F;
}
</style>
border-color css
<style>
span { border-color: #78730F; }
span { border-color: rgb(120,115,15); }
td.TdClassName
{
border-color: #78730F;
}
.TagClassName
{
border-color: #78730F;
}
</style>