Shades of Olive #787C01
Tints of Olive #787C01
RGB
CMYK
RGB Variations
Color information
#787C01 (or 0x787C01) is known color: Olive. HEX triplet: 78, 7C and 01. RGB value is (120,124,1). Sum of RGB (Red+Green+Blue) = 120+124+1=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #787C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787C01 is #8783FE. Grayscale: #6D6D6D. Windows color (decimal): -8881151 or 97400. OLE color: 97400.
HSL color Cylindrical-coordinate representation of color #787C01: hue angle of 61.95º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #787C01 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 124 | 1 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.51 |
| HSL | 61.95º | 0.98% | 0.25% | - |
| HSV(B) | 61.95º | 0.99% | 0.49% | - |
| XYZ | 14.96 | 18.41 | 2.79 | - |
| YUV | 108.78 | 67.17 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 1 | 0.03 | 0 | 0.99 | 0.51 | 61.95 | 0.98 | 0.25 |
| Hex | 78 | 7C | 1 | 3 | 0 | 63 | 33 | 3E | 62 | 19 |
| Octal | 170 | 174 | 1 | 3 | 0 | 143 | 63 | 76 | 142 | 31 |
| Binary | 1111000 | 1111100 | 1 | 11 | 0 | 1100011 | 110011 | 111110 | 1100010 | 11001 |
Color Harmonies of #787C01
Complementary color
Monochromatic Colors of #787C01
Black with #787C01
Text Example
Text Example
White with #787C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787C01; }
p { color: rgb(120,124,1); }
H1.HeaderClassName
{
color: #787C01;
}
.AnyTagClassName
{
color: #787C01;
}
</style>
background-color css
<style>
a { background-color: #787C01; }
a { background-color: rgb(120,124,1); }
div.DivClassName
{
background-color: #787C01;
}
.BgClassName
{
background-color: #787C01;
}
</style>
border-color css
<style>
span { border-color: #787C01; }
span { border-color: rgb(120,124,1); }
td.TdClassName
{
border-color: #787C01;
}
.TagClassName
{
border-color: #787C01;
}
</style>