Shades of Olive #778202
Tints of Olive #778202
RGB
CMYK
RGB Variations
Color information
#778202 (or 0x778202) is known color: Olive. HEX triplet: 77, 82 and 02. RGB value is (119,130,2). Sum of RGB (Red+Green+Blue) = 119+130+2=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #778202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778202 is #887DFD. Grayscale: #707070. Windows color (decimal): -8945150 or 164471. OLE color: 164471.
HSL color Cylindrical-coordinate representation of color #778202: hue angle of 65.16º degrees, saturation: 0.97, 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 #778202 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 2 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.49 |
| HSL | 65.16º | 0.97% | 0.26% | - |
| HSV(B) | 65.16º | 0.98% | 0.51% | - |
| XYZ | 15.6 | 19.89 | 3.07 | - |
| YUV | 112.12 | 65.86 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 2 | 0.08 | 0 | 0.98 | 0.49 | 65.16 | 0.97 | 0.26 |
| Hex | 77 | 82 | 2 | 8 | 0 | 62 | 31 | 41 | 61 | 1A |
| Octal | 167 | 202 | 2 | 10 | 0 | 142 | 61 | 101 | 141 | 32 |
| Binary | 1110111 | 10000010 | 10 | 1000 | 0 | 1100010 | 110001 | 1000001 | 1100001 | 11010 |
Color Harmonies of #778202
Complementary color
Monochromatic Colors of #778202
Black with #778202
Text Example
Text Example
White with #778202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778202; }
p { color: rgb(119,130,2); }
H1.HeaderClassName
{
color: #778202;
}
.AnyTagClassName
{
color: #778202;
}
</style>
background-color css
<style>
a { background-color: #778202; }
a { background-color: rgb(119,130,2); }
div.DivClassName
{
background-color: #778202;
}
.BgClassName
{
background-color: #778202;
}
</style>
border-color css
<style>
span { border-color: #778202; }
span { border-color: rgb(119,130,2); }
td.TdClassName
{
border-color: #778202;
}
.TagClassName
{
border-color: #778202;
}
</style>