Shades of Olive #778300
Tints of Olive #778300
RGB
CMYK
RGB Variations
Color information
#778300 (or 0x778300) is known color: Olive. HEX triplet: 77, 83 and 00. RGB value is (119,131,0). Sum of RGB (Red+Green+Blue) = 119+131+0=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #778300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778300 is #887CFF. Grayscale: #707070. Windows color (decimal): -8944896 or 33655. OLE color: 33655.
HSL color Cylindrical-coordinate representation of color #778300: hue angle of 65.5º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #778300 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 131 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.49 |
| HSL | 65.5º | 1% | 0.26% | - |
| HSV(B) | 65.5º | 1% | 0.51% | - |
| XYZ | 15.72 | 20.15 | 3.06 | - |
| YUV | 112.48 | 64.52 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 0 | 0.09 | 0 | 1 | 0.49 | 65.5 | 1 | 0.26 |
| Hex | 77 | 83 | 0 | 9 | 0 | 64 | 31 | 41 | 64 | 1A |
| Octal | 167 | 203 | 0 | 11 | 0 | 144 | 61 | 101 | 144 | 32 |
| Binary | 1110111 | 10000011 | 0 | 1001 | 0 | 1100100 | 110001 | 1000001 | 1100100 | 11010 |
Color Harmonies of #778300
Complementary color
Monochromatic Colors of #778300
Black with #778300
Text Example
Text Example
White with #778300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778300; }
p { color: rgb(119,131,0); }
H1.HeaderClassName
{
color: #778300;
}
.AnyTagClassName
{
color: #778300;
}
</style>
background-color css
<style>
a { background-color: #778300; }
a { background-color: rgb(119,131,0); }
div.DivClassName
{
background-color: #778300;
}
.BgClassName
{
background-color: #778300;
}
</style>
border-color css
<style>
span { border-color: #778300; }
span { border-color: rgb(119,131,0); }
td.TdClassName
{
border-color: #778300;
}
.TagClassName
{
border-color: #778300;
}
</style>