Shades of Olive #787B00
Tints of Olive #787B00
RGB
CMYK
RGB Variations
Color information
#787B00 (or 0x787B00) is known color: Olive. HEX triplet: 78, 7B and 00. RGB value is (120,123,0). Sum of RGB (Red+Green+Blue) = 120+123+0=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #787B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787B00 is #8784FF. Grayscale: #6C6C6C. Windows color (decimal): -8881408 or 31608. OLE color: 31608.
HSL color Cylindrical-coordinate representation of color #787B00: hue angle of 61.46º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #787B00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 123 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.52 |
| HSL | 61.46º | 1% | 0.24% | - |
| HSV(B) | 61.46º | 1% | 0.48% | - |
| XYZ | 14.83 | 18.16 | 2.72 | - |
| YUV | 108.08 | 67.01 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 0 | 0.02 | 0 | 1 | 0.52 | 61.46 | 1 | 0.24 |
| Hex | 78 | 7B | 0 | 2 | 0 | 64 | 34 | 3D | 64 | 18 |
| Octal | 170 | 173 | 0 | 2 | 0 | 144 | 64 | 75 | 144 | 30 |
| Binary | 1111000 | 1111011 | 0 | 10 | 0 | 1100100 | 110100 | 111101 | 1100100 | 11000 |
Color Harmonies of #787B00
Complementary color
Monochromatic Colors of #787B00
Black with #787B00
Text Example
Text Example
White with #787B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787B00; }
p { color: rgb(120,123,0); }
H1.HeaderClassName
{
color: #787B00;
}
.AnyTagClassName
{
color: #787B00;
}
</style>
background-color css
<style>
a { background-color: #787B00; }
a { background-color: rgb(120,123,0); }
div.DivClassName
{
background-color: #787B00;
}
.BgClassName
{
background-color: #787B00;
}
</style>
border-color css
<style>
span { border-color: #787B00; }
span { border-color: rgb(120,123,0); }
td.TdClassName
{
border-color: #787B00;
}
.TagClassName
{
border-color: #787B00;
}
</style>