Shades of Olive #778103
Tints of Olive #778103
RGB
CMYK
RGB Variations
Color information
#778103 (or 0x778103) is known color: Olive. HEX triplet: 77, 81 and 03. RGB value is (119,129,3). Sum of RGB (Red+Green+Blue) = 119+129+3=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #778103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778103 is #887EFC. Grayscale: #707070. Windows color (decimal): -8945405 or 229751. OLE color: 229751.
HSL color Cylindrical-coordinate representation of color #778103: hue angle of 64.76º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #778103 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 129 | 3 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.49 |
| HSL | 64.76º | 0.95% | 0.26% | - |
| HSV(B) | 64.76º | 0.98% | 0.51% | - |
| XYZ | 15.47 | 19.63 | 3.06 | - |
| YUV | 111.65 | 66.69 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 3 | 0.08 | 0 | 0.98 | 0.49 | 64.76 | 0.95 | 0.26 |
| Hex | 77 | 81 | 3 | 8 | 0 | 62 | 31 | 41 | 5F | 1A |
| Octal | 167 | 201 | 3 | 10 | 0 | 142 | 61 | 101 | 137 | 32 |
| Binary | 1110111 | 10000001 | 11 | 1000 | 0 | 1100010 | 110001 | 1000001 | 1011111 | 11010 |
Color Harmonies of #778103
Complementary color
Monochromatic Colors of #778103
Black with #778103
Text Example
Text Example
White with #778103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778103; }
p { color: rgb(119,129,3); }
H1.HeaderClassName
{
color: #778103;
}
.AnyTagClassName
{
color: #778103;
}
</style>
background-color css
<style>
a { background-color: #778103; }
a { background-color: rgb(119,129,3); }
div.DivClassName
{
background-color: #778103;
}
.BgClassName
{
background-color: #778103;
}
</style>
border-color css
<style>
span { border-color: #778103; }
span { border-color: rgb(119,129,3); }
td.TdClassName
{
border-color: #778103;
}
.TagClassName
{
border-color: #778103;
}
</style>