Shades of Olive #789C00
Tints of Olive #789C00
RGB
CMYK
RGB Variations
Color information
#789C00 (or 0x789C00) is known color: Olive. HEX triplet: 78, 9C and 00. RGB value is (120,156,0). Sum of RGB (Red+Green+Blue) = 120+156+0=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #789C00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789C00 is #8763FF. Grayscale: #808080. Windows color (decimal): -8872960 or 40056. OLE color: 40056.
HSL color Cylindrical-coordinate representation of color #789C00: hue angle of 73.85º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #789C00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 156 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.39 |
| HSL | 73.85º | 1% | 0.31% | - |
| HSV(B) | 73.85º | 1% | 0.61% | - |
| XYZ | 19.63 | 27.77 | 4.33 | - |
| YUV | 127.45 | 56.07 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 0 | 0.23 | 0 | 1 | 0.39 | 73.85 | 1 | 0.31 |
| Hex | 78 | 9C | 0 | 17 | 0 | 64 | 27 | 4A | 64 | 1F |
| Octal | 170 | 234 | 0 | 27 | 0 | 144 | 47 | 112 | 144 | 37 |
| Binary | 1111000 | 10011100 | 0 | 10111 | 0 | 1100100 | 100111 | 1001010 | 1100100 | 11111 |
Color Harmonies of #789C00
Complementary color
Monochromatic Colors of #789C00
Black with #789C00
Text Example
Text Example
White with #789C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789C00; }
p { color: rgb(120,156,0); }
H1.HeaderClassName
{
color: #789C00;
}
.AnyTagClassName
{
color: #789C00;
}
</style>
background-color css
<style>
a { background-color: #789C00; }
a { background-color: rgb(120,156,0); }
div.DivClassName
{
background-color: #789C00;
}
.BgClassName
{
background-color: #789C00;
}
</style>
border-color css
<style>
span { border-color: #789C00; }
span { border-color: rgb(120,156,0); }
td.TdClassName
{
border-color: #789C00;
}
.TagClassName
{
border-color: #789C00;
}
</style>