Shades of Olive #778B03
Tints of Olive #778B03
RGB
CMYK
RGB Variations
Color information
#778B03 (or 0x778B03) is known color: Olive. HEX triplet: 77, 8B and 03. RGB value is (119,139,3). Sum of RGB (Red+Green+Blue) = 119+139+3=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #778B03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778B03 is #8874FC. Grayscale: #767676. Windows color (decimal): -8942845 or 232311. OLE color: 232311.
HSL color Cylindrical-coordinate representation of color #778B03: hue angle of 68.82º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #778B03 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 3 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.45 |
| HSL | 68.82º | 0.96% | 0.28% | - |
| HSV(B) | 68.82º | 0.98% | 0.55% | - |
| XYZ | 16.86 | 22.39 | 3.52 | - |
| YUV | 117.52 | 63.37 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 3 | 0.14 | 0 | 0.98 | 0.45 | 68.82 | 0.96 | 0.28 |
| Hex | 77 | 8B | 3 | E | 0 | 62 | 2D | 45 | 60 | 1C |
| Octal | 167 | 213 | 3 | 16 | 0 | 142 | 55 | 105 | 140 | 34 |
| Binary | 1110111 | 10001011 | 11 | 1110 | 0 | 1100010 | 101101 | 1000101 | 1100000 | 11100 |
Color Harmonies of #778B03
Complementary color
Monochromatic Colors of #778B03
Black with #778B03
Text Example
Text Example
White with #778B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B03; }
p { color: rgb(119,139,3); }
H1.HeaderClassName
{
color: #778B03;
}
.AnyTagClassName
{
color: #778B03;
}
</style>
background-color css
<style>
a { background-color: #778B03; }
a { background-color: rgb(119,139,3); }
div.DivClassName
{
background-color: #778B03;
}
.BgClassName
{
background-color: #778B03;
}
</style>
border-color css
<style>
span { border-color: #778B03; }
span { border-color: rgb(119,139,3); }
td.TdClassName
{
border-color: #778B03;
}
.TagClassName
{
border-color: #778B03;
}
</style>