Shades of Olive #789206
Tints of Olive #789206
RGB
CMYK
RGB Variations
Color information
#789206 (or 0x789206) is known color: Olive. HEX triplet: 78, 92 and 06. RGB value is (120,146,6). Sum of RGB (Red+Green+Blue) = 120+146+6=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #789206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789206 is #876DF9. Grayscale: #7A7A7A. Windows color (decimal): -8875514 or 430712. OLE color: 430712.
HSL color Cylindrical-coordinate representation of color #789206: hue angle of 71.14º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #789206 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 146 | 6 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.43 |
| HSL | 71.14º | 0.92% | 0.3% | - |
| HSV(B) | 71.14º | 0.96% | 0.57% | - |
| XYZ | 18.06 | 24.56 | 3.96 | - |
| YUV | 122.27 | 62.39 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 146 | 6 | 0.18 | 0 | 0.96 | 0.43 | 71.14 | 0.92 | 0.3 |
| Hex | 78 | 92 | 6 | 12 | 0 | 60 | 2B | 47 | 5C | 1E |
| Octal | 170 | 222 | 6 | 22 | 0 | 140 | 53 | 107 | 134 | 36 |
| Binary | 1111000 | 10010010 | 110 | 10010 | 0 | 1100000 | 101011 | 1000111 | 1011100 | 11110 |
Color Harmonies of #789206
Complementary color
Monochromatic Colors of #789206
Black with #789206
Text Example
Text Example
White with #789206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789206; }
p { color: rgb(120,146,6); }
H1.HeaderClassName
{
color: #789206;
}
.AnyTagClassName
{
color: #789206;
}
</style>
background-color css
<style>
a { background-color: #789206; }
a { background-color: rgb(120,146,6); }
div.DivClassName
{
background-color: #789206;
}
.BgClassName
{
background-color: #789206;
}
</style>
border-color css
<style>
span { border-color: #789206; }
span { border-color: rgb(120,146,6); }
td.TdClassName
{
border-color: #789206;
}
.TagClassName
{
border-color: #789206;
}
</style>