Shades of Olive #786701
Tints of Olive #786701
RGB
CMYK
RGB Variations
Color information
#786701 (or 0x786701) is known color: Olive. HEX triplet: 78, 67 and 01. RGB value is (120,103,1). Sum of RGB (Red+Green+Blue) = 120+103+1=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #786701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786701 is #8798FE. Grayscale: #606060. Windows color (decimal): -8886527 or 92024. OLE color: 92024.
HSL color Cylindrical-coordinate representation of color #786701: hue angle of 51.43º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #786701 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 103 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.53 |
| HSL | 51.43º | 0.98% | 0.24% | - |
| HSV(B) | 51.43º | 0.99% | 0.47% | - |
| XYZ | 12.6 | 13.7 | 2.01 | - |
| YUV | 96.46 | 74.13 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 1 | 0 | 0.14 | 0.99 | 0.53 | 51.43 | 0.98 | 0.24 |
| Hex | 78 | 67 | 1 | 0 | E | 63 | 35 | 33 | 62 | 18 |
| Octal | 170 | 147 | 1 | 0 | 16 | 143 | 65 | 63 | 142 | 30 |
| Binary | 1111000 | 1100111 | 1 | 0 | 1110 | 1100011 | 110101 | 110011 | 1100010 | 11000 |
Color Harmonies of #786701
Complementary color
Monochromatic Colors of #786701
Black with #786701
Text Example
Text Example
White with #786701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786701; }
p { color: rgb(120,103,1); }
H1.HeaderClassName
{
color: #786701;
}
.AnyTagClassName
{
color: #786701;
}
</style>
background-color css
<style>
a { background-color: #786701; }
a { background-color: rgb(120,103,1); }
div.DivClassName
{
background-color: #786701;
}
.BgClassName
{
background-color: #786701;
}
</style>
border-color css
<style>
span { border-color: #786701; }
span { border-color: rgb(120,103,1); }
td.TdClassName
{
border-color: #786701;
}
.TagClassName
{
border-color: #786701;
}
</style>