Shades of Olive #77840D
Tints of Olive #77840D
RGB
CMYK
RGB Variations
Color information
#77840D (or 0x77840D) is known color: Olive. HEX triplet: 77, 84 and 0D. RGB value is (119,132,13). Sum of RGB (Red+Green+Blue) = 119+132+13=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #77840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77840D is #887BF2. Grayscale: #737373. Windows color (decimal): -8944627 or 885879. OLE color: 885879.
HSL color Cylindrical-coordinate representation of color #77840D: hue angle of 66.55º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77840D is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 132 | 13 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.48 |
| HSL | 66.55º | 0.82% | 0.28% | - |
| HSV(B) | 66.55º | 0.9% | 0.52% | - |
| XYZ | 15.93 | 20.45 | 3.49 | - |
| YUV | 114.55 | 70.69 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 13 | 0.10 | 0 | 0.90 | 0.48 | 66.55 | 0.82 | 0.28 |
| Hex | 77 | 84 | D | A | 0 | 5A | 30 | 43 | 52 | 1C |
| Octal | 167 | 204 | 15 | 12 | 0 | 132 | 60 | 103 | 122 | 34 |
| Binary | 1110111 | 10000100 | 1101 | 1010 | 0 | 1011010 | 110000 | 1000011 | 1010010 | 11100 |
Color Harmonies of #77840D
Complementary color
Monochromatic Colors of #77840D
Black with #77840D
Text Example
Text Example
White with #77840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77840D; }
p { color: rgb(119,132,13); }
H1.HeaderClassName
{
color: #77840D;
}
.AnyTagClassName
{
color: #77840D;
}
</style>
background-color css
<style>
a { background-color: #77840D; }
a { background-color: rgb(119,132,13); }
div.DivClassName
{
background-color: #77840D;
}
.BgClassName
{
background-color: #77840D;
}
</style>
border-color css
<style>
span { border-color: #77840D; }
span { border-color: rgb(119,132,13); }
td.TdClassName
{
border-color: #77840D;
}
.TagClassName
{
border-color: #77840D;
}
</style>