Shades of Olive #787305
Tints of Olive #787305
RGB
CMYK
RGB Variations
Color information
#787305 (or 0x787305) is known color: Olive. HEX triplet: 78, 73 and 05. RGB value is (120,115,5). Sum of RGB (Red+Green+Blue) = 120+115+5=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #787305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787305 is #878CFA. Grayscale: #686868. Windows color (decimal): -8883451 or 357240. OLE color: 357240.
HSL color Cylindrical-coordinate representation of color #787305: hue angle of 57.39º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #787305 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 5 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.53 |
| HSL | 57.39º | 0.92% | 0.25% | - |
| HSV(B) | 57.39º | 0.96% | 0.47% | - |
| XYZ | 13.9 | 16.27 | 2.55 | - |
| YUV | 103.96 | 72.16 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 5 | 0 | 0.04 | 0.96 | 0.53 | 57.39 | 0.92 | 0.25 |
| Hex | 78 | 73 | 5 | 0 | 4 | 60 | 35 | 39 | 5C | 19 |
| Octal | 170 | 163 | 5 | 0 | 4 | 140 | 65 | 71 | 134 | 31 |
| Binary | 1111000 | 1110011 | 101 | 0 | 100 | 1100000 | 110101 | 111001 | 1011100 | 11001 |
Color Harmonies of #787305
Complementary color
Monochromatic Colors of #787305
Black with #787305
Text Example
Text Example
White with #787305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787305; }
p { color: rgb(120,115,5); }
H1.HeaderClassName
{
color: #787305;
}
.AnyTagClassName
{
color: #787305;
}
</style>
background-color css
<style>
a { background-color: #787305; }
a { background-color: rgb(120,115,5); }
div.DivClassName
{
background-color: #787305;
}
.BgClassName
{
background-color: #787305;
}
</style>
border-color css
<style>
span { border-color: #787305; }
span { border-color: rgb(120,115,5); }
td.TdClassName
{
border-color: #787305;
}
.TagClassName
{
border-color: #787305;
}
</style>