Shades of Olive #787D01
Tints of Olive #787D01
RGB
CMYK
RGB Variations
Color information
#787D01 (or 0x787D01) is known color: Olive. HEX triplet: 78, 7D and 01. RGB value is (120,125,1). Sum of RGB (Red+Green+Blue) = 120+125+1=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #787D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787D01 is #8782FE. Grayscale: #6D6D6D. Windows color (decimal): -8880895 or 97656. OLE color: 97656.
HSL color Cylindrical-coordinate representation of color #787D01: hue angle of 62.42º 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 #787D01 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 125 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.51 |
| HSL | 62.42º | 0.98% | 0.25% | - |
| HSV(B) | 62.42º | 0.99% | 0.49% | - |
| XYZ | 15.08 | 18.66 | 2.84 | - |
| YUV | 109.37 | 66.84 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 1 | 0.04 | 0 | 0.99 | 0.51 | 62.42 | 0.98 | 0.25 |
| Hex | 78 | 7D | 1 | 4 | 0 | 63 | 33 | 3E | 62 | 19 |
| Octal | 170 | 175 | 1 | 4 | 0 | 143 | 63 | 76 | 142 | 31 |
| Binary | 1111000 | 1111101 | 1 | 100 | 0 | 1100011 | 110011 | 111110 | 1100010 | 11001 |
Color Harmonies of #787D01
Complementary color
Monochromatic Colors of #787D01
Black with #787D01
Text Example
Text Example
White with #787D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787D01; }
p { color: rgb(120,125,1); }
H1.HeaderClassName
{
color: #787D01;
}
.AnyTagClassName
{
color: #787D01;
}
</style>
background-color css
<style>
a { background-color: #787D01; }
a { background-color: rgb(120,125,1); }
div.DivClassName
{
background-color: #787D01;
}
.BgClassName
{
background-color: #787D01;
}
</style>
border-color css
<style>
span { border-color: #787D01; }
span { border-color: rgb(120,125,1); }
td.TdClassName
{
border-color: #787D01;
}
.TagClassName
{
border-color: #787D01;
}
</style>