Shades of Olive #788200
Tints of Olive #788200
RGB
CMYK
RGB Variations
Color information
#788200 (or 0x788200) is known color: Olive. HEX triplet: 78, 82 and 00. RGB value is (120,130,0). Sum of RGB (Red+Green+Blue) = 120+130+0=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #788200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788200 is #877DFF. Grayscale: #707070. Windows color (decimal): -8879616 or 33400. OLE color: 33400.
HSL color Cylindrical-coordinate representation of color #788200: hue angle of 64.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #788200 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 130 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.49 |
| HSL | 64.62º | 1% | 0.25% | - |
| HSV(B) | 64.62º | 1% | 0.51% | - |
| XYZ | 15.73 | 19.96 | 3.02 | - |
| YUV | 112.19 | 64.69 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 0 | 0.08 | 0 | 1 | 0.49 | 64.62 | 1 | 0.25 |
| Hex | 78 | 82 | 0 | 8 | 0 | 64 | 31 | 41 | 64 | 19 |
| Octal | 170 | 202 | 0 | 10 | 0 | 144 | 61 | 101 | 144 | 31 |
| Binary | 1111000 | 10000010 | 0 | 1000 | 0 | 1100100 | 110001 | 1000001 | 1100100 | 11001 |
Color Harmonies of #788200
Complementary color
Monochromatic Colors of #788200
Black with #788200
Text Example
Text Example
White with #788200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788200; }
p { color: rgb(120,130,0); }
H1.HeaderClassName
{
color: #788200;
}
.AnyTagClassName
{
color: #788200;
}
</style>
background-color css
<style>
a { background-color: #788200; }
a { background-color: rgb(120,130,0); }
div.DivClassName
{
background-color: #788200;
}
.BgClassName
{
background-color: #788200;
}
</style>
border-color css
<style>
span { border-color: #788200; }
span { border-color: rgb(120,130,0); }
td.TdClassName
{
border-color: #788200;
}
.TagClassName
{
border-color: #788200;
}
</style>