Shades of Olive #786703
Tints of Olive #786703
RGB
CMYK
RGB Variations
Color information
#786703 (or 0x786703) is known color: Olive. HEX triplet: 78, 67 and 03. RGB value is (120,103,3). Sum of RGB (Red+Green+Blue) = 120+103+3=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #786703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786703 is #8798FC. Grayscale: #616161. Windows color (decimal): -8886525 or 223096. OLE color: 223096.
HSL color Cylindrical-coordinate representation of color #786703: hue angle of 51.28º 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 #786703 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 103 | 3 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.53 |
| HSL | 51.28º | 0.95% | 0.24% | - |
| HSV(B) | 51.28º | 0.98% | 0.47% | - |
| XYZ | 12.61 | 13.7 | 2.07 | - |
| YUV | 96.68 | 75.13 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 3 | 0 | 0.14 | 0.98 | 0.53 | 51.28 | 0.95 | 0.24 |
| Hex | 78 | 67 | 3 | 0 | E | 62 | 35 | 33 | 5F | 18 |
| Octal | 170 | 147 | 3 | 0 | 16 | 142 | 65 | 63 | 137 | 30 |
| Binary | 1111000 | 1100111 | 11 | 0 | 1110 | 1100010 | 110101 | 110011 | 1011111 | 11000 |
Color Harmonies of #786703
Complementary color
Monochromatic Colors of #786703
Black with #786703
Text Example
Text Example
White with #786703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786703; }
p { color: rgb(120,103,3); }
H1.HeaderClassName
{
color: #786703;
}
.AnyTagClassName
{
color: #786703;
}
</style>
background-color css
<style>
a { background-color: #786703; }
a { background-color: rgb(120,103,3); }
div.DivClassName
{
background-color: #786703;
}
.BgClassName
{
background-color: #786703;
}
</style>
border-color css
<style>
span { border-color: #786703; }
span { border-color: rgb(120,103,3); }
td.TdClassName
{
border-color: #786703;
}
.TagClassName
{
border-color: #786703;
}
</style>