Shades of Olive #778C08
Tints of Olive #778C08
RGB
CMYK
RGB Variations
Color information
#778C08 (or 0x778C08) is known color: Olive. HEX triplet: 77, 8C and 08. RGB value is (119,140,8). Sum of RGB (Red+Green+Blue) = 119+140+8=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #778C08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778C08 is #8873F7. Grayscale: #777777. Windows color (decimal): -8942584 or 560247. OLE color: 560247.
HSL color Cylindrical-coordinate representation of color #778C08: hue angle of 69.55º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #778C08 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 140 | 8 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.45 |
| HSL | 69.55º | 0.89% | 0.29% | - |
| HSV(B) | 69.55º | 0.94% | 0.55% | - |
| XYZ | 17.03 | 22.7 | 3.71 | - |
| YUV | 118.67 | 65.54 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 8 | 0.15 | 0 | 0.94 | 0.45 | 69.55 | 0.89 | 0.29 |
| Hex | 77 | 8C | 8 | F | 0 | 5E | 2D | 46 | 59 | 1D |
| Octal | 167 | 214 | 10 | 17 | 0 | 136 | 55 | 106 | 131 | 35 |
| Binary | 1110111 | 10001100 | 1000 | 1111 | 0 | 1011110 | 101101 | 1000110 | 1011001 | 11101 |
Color Harmonies of #778C08
Complementary color
Monochromatic Colors of #778C08
Black with #778C08
Text Example
Text Example
White with #778C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778C08; }
p { color: rgb(119,140,8); }
H1.HeaderClassName
{
color: #778C08;
}
.AnyTagClassName
{
color: #778C08;
}
</style>
background-color css
<style>
a { background-color: #778C08; }
a { background-color: rgb(119,140,8); }
div.DivClassName
{
background-color: #778C08;
}
.BgClassName
{
background-color: #778C08;
}
</style>
border-color css
<style>
span { border-color: #778C08; }
span { border-color: rgb(119,140,8); }
td.TdClassName
{
border-color: #778C08;
}
.TagClassName
{
border-color: #778C08;
}
</style>