Shades of Olive #778201
Tints of Olive #778201
RGB
CMYK
RGB Variations
Color information
#778201 (or 0x778201) is known color: Olive. HEX triplet: 77, 82 and 01. RGB value is (119,130,1). Sum of RGB (Red+Green+Blue) = 119+130+1=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #778201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778201 is #887DFE. Grayscale: #707070. Windows color (decimal): -8945151 or 98935. OLE color: 98935.
HSL color Cylindrical-coordinate representation of color #778201: hue angle of 65.12º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #778201 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 1 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.49 |
| HSL | 65.12º | 0.98% | 0.26% | - |
| HSV(B) | 65.12º | 0.99% | 0.51% | - |
| XYZ | 15.6 | 19.89 | 3.05 | - |
| YUV | 112.01 | 65.36 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 1 | 0.08 | 0 | 0.99 | 0.49 | 65.12 | 0.98 | 0.26 |
| Hex | 77 | 82 | 1 | 8 | 0 | 63 | 31 | 41 | 62 | 1A |
| Octal | 167 | 202 | 1 | 10 | 0 | 143 | 61 | 101 | 142 | 32 |
| Binary | 1110111 | 10000010 | 1 | 1000 | 0 | 1100011 | 110001 | 1000001 | 1100010 | 11010 |
Color Harmonies of #778201
Complementary color
Monochromatic Colors of #778201
Black with #778201
Text Example
Text Example
White with #778201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778201; }
p { color: rgb(119,130,1); }
H1.HeaderClassName
{
color: #778201;
}
.AnyTagClassName
{
color: #778201;
}
</style>
background-color css
<style>
a { background-color: #778201; }
a { background-color: rgb(119,130,1); }
div.DivClassName
{
background-color: #778201;
}
.BgClassName
{
background-color: #778201;
}
</style>
border-color css
<style>
span { border-color: #778201; }
span { border-color: rgb(119,130,1); }
td.TdClassName
{
border-color: #778201;
}
.TagClassName
{
border-color: #778201;
}
</style>