Shades of Olive #788703
Tints of Olive #788703
RGB
CMYK
RGB Variations
Color information
#788703 (or 0x788703) is known color: Olive. HEX triplet: 78, 87 and 03. RGB value is (120,135,3). Sum of RGB (Red+Green+Blue) = 120+135+3=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #788703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788703 is #8778FC. Grayscale: #737373. Windows color (decimal): -8878333 or 231288. OLE color: 231288.
HSL color Cylindrical-coordinate representation of color #788703: hue angle of 66.82º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #788703 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 135 | 3 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.47 |
| HSL | 66.82º | 0.96% | 0.27% | - |
| HSV(B) | 66.82º | 0.98% | 0.53% | - |
| XYZ | 16.43 | 21.33 | 3.34 | - |
| YUV | 115.47 | 64.53 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 3 | 0.11 | 0 | 0.98 | 0.47 | 66.82 | 0.96 | 0.27 |
| Hex | 78 | 87 | 3 | B | 0 | 62 | 2F | 43 | 60 | 1B |
| Octal | 170 | 207 | 3 | 13 | 0 | 142 | 57 | 103 | 140 | 33 |
| Binary | 1111000 | 10000111 | 11 | 1011 | 0 | 1100010 | 101111 | 1000011 | 1100000 | 11011 |
Color Harmonies of #788703
Complementary color
Monochromatic Colors of #788703
Black with #788703
Text Example
Text Example
White with #788703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788703; }
p { color: rgb(120,135,3); }
H1.HeaderClassName
{
color: #788703;
}
.AnyTagClassName
{
color: #788703;
}
</style>
background-color css
<style>
a { background-color: #788703; }
a { background-color: rgb(120,135,3); }
div.DivClassName
{
background-color: #788703;
}
.BgClassName
{
background-color: #788703;
}
</style>
border-color css
<style>
span { border-color: #788703; }
span { border-color: rgb(120,135,3); }
td.TdClassName
{
border-color: #788703;
}
.TagClassName
{
border-color: #788703;
}
</style>