Shades of Olive #777B03
Tints of Olive #777B03
RGB
CMYK
RGB Variations
Color information
#777B03 (or 0x777B03) is known color: Olive. HEX triplet: 77, 7B and 03. RGB value is (119,123,3). Sum of RGB (Red+Green+Blue) = 119+123+3=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 123 (48.44% from 255 or 50.20% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 123 - color contains mainly: green. Hex color #777B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777B03 is #8884FC. Grayscale: #6C6C6C. Windows color (decimal): -8946941 or 228215. OLE color: 228215.
HSL color Cylindrical-coordinate representation of color #777B03: hue angle of 62º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #777B03 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 3 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.52 |
| HSL | 62º | 0.95% | 0.25% | - |
| HSV(B) | 62º | 0.98% | 0.48% | - |
| XYZ | 14.71 | 18.09 | 2.8 | - |
| YUV | 108.12 | 68.67 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 3 | 0.03 | 0 | 0.98 | 0.52 | 62 | 0.95 | 0.25 |
| Hex | 77 | 7B | 3 | 3 | 0 | 62 | 34 | 3E | 5F | 19 |
| Octal | 167 | 173 | 3 | 3 | 0 | 142 | 64 | 76 | 137 | 31 |
| Binary | 1110111 | 1111011 | 11 | 11 | 0 | 1100010 | 110100 | 111110 | 1011111 | 11001 |
Color Harmonies of #777B03
Complementary color
Monochromatic Colors of #777B03
Black with #777B03
Text Example
Text Example
White with #777B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B03; }
p { color: rgb(119,123,3); }
H1.HeaderClassName
{
color: #777B03;
}
.AnyTagClassName
{
color: #777B03;
}
</style>
background-color css
<style>
a { background-color: #777B03; }
a { background-color: rgb(119,123,3); }
div.DivClassName
{
background-color: #777B03;
}
.BgClassName
{
background-color: #777B03;
}
</style>
border-color css
<style>
span { border-color: #777B03; }
span { border-color: rgb(119,123,3); }
td.TdClassName
{
border-color: #777B03;
}
.TagClassName
{
border-color: #777B03;
}
</style>