Shades of Olive #786D03
Tints of Olive #786D03
RGB
CMYK
RGB Variations
Color information
#786D03 (or 0x786D03) is known color: Olive. HEX triplet: 78, 6D and 03. RGB value is (120,109,3). Sum of RGB (Red+Green+Blue) = 120+109+3=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #786D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786D03 is #8792FC. Grayscale: #646464. Windows color (decimal): -8884989 or 224632. OLE color: 224632.
HSL color Cylindrical-coordinate representation of color #786D03: hue angle of 54.36º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #786D03 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 109 | 3 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.53 |
| HSL | 54.36º | 0.95% | 0.24% | - |
| HSV(B) | 54.36º | 0.98% | 0.47% | - |
| XYZ | 13.23 | 14.94 | 2.27 | - |
| YUV | 100.21 | 73.14 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 3 | 0 | 0.09 | 0.98 | 0.53 | 54.36 | 0.95 | 0.24 |
| Hex | 78 | 6D | 3 | 0 | 9 | 62 | 35 | 36 | 5F | 18 |
| Octal | 170 | 155 | 3 | 0 | 11 | 142 | 65 | 66 | 137 | 30 |
| Binary | 1111000 | 1101101 | 11 | 0 | 1001 | 1100010 | 110101 | 110110 | 1011111 | 11000 |
Color Harmonies of #786D03
Complementary color
Monochromatic Colors of #786D03
Black with #786D03
Text Example
Text Example
White with #786D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D03; }
p { color: rgb(120,109,3); }
H1.HeaderClassName
{
color: #786D03;
}
.AnyTagClassName
{
color: #786D03;
}
</style>
background-color css
<style>
a { background-color: #786D03; }
a { background-color: rgb(120,109,3); }
div.DivClassName
{
background-color: #786D03;
}
.BgClassName
{
background-color: #786D03;
}
</style>
border-color css
<style>
span { border-color: #786D03; }
span { border-color: rgb(120,109,3); }
td.TdClassName
{
border-color: #786D03;
}
.TagClassName
{
border-color: #786D03;
}
</style>