Shades of Olive #77800D
Tints of Olive #77800D
RGB
CMYK
RGB Variations
Color information
#77800D (or 0x77800D) is known color: Olive. HEX triplet: 77, 80 and 0D. RGB value is (119,128,13). Sum of RGB (Red+Green+Blue) = 119+128+13=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #77800D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77800D is #887FF2. Grayscale: #707070. Windows color (decimal): -8945651 or 884855. OLE color: 884855.
HSL color Cylindrical-coordinate representation of color #77800D: hue angle of 64.7º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77800D is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 13 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.50 |
| HSL | 64.7º | 0.82% | 0.28% | - |
| HSV(B) | 64.7º | 0.9% | 0.5% | - |
| XYZ | 15.4 | 19.39 | 3.31 | - |
| YUV | 112.2 | 72.02 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 13 | 0.07 | 0 | 0.90 | 0.50 | 64.7 | 0.82 | 0.28 |
| Hex | 77 | 80 | D | 7 | 0 | 5A | 32 | 41 | 52 | 1C |
| Octal | 167 | 200 | 15 | 7 | 0 | 132 | 62 | 101 | 122 | 34 |
| Binary | 1110111 | 10000000 | 1101 | 111 | 0 | 1011010 | 110010 | 1000001 | 1010010 | 11100 |
Color Harmonies of #77800D
Complementary color
Monochromatic Colors of #77800D
Black with #77800D
Text Example
Text Example
White with #77800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77800D; }
p { color: rgb(119,128,13); }
H1.HeaderClassName
{
color: #77800D;
}
.AnyTagClassName
{
color: #77800D;
}
</style>
background-color css
<style>
a { background-color: #77800D; }
a { background-color: rgb(119,128,13); }
div.DivClassName
{
background-color: #77800D;
}
.BgClassName
{
background-color: #77800D;
}
</style>
border-color css
<style>
span { border-color: #77800D; }
span { border-color: rgb(119,128,13); }
td.TdClassName
{
border-color: #77800D;
}
.TagClassName
{
border-color: #77800D;
}
</style>