Shades of Olive #6E770B
Tints of Olive #6E770B
RGB
CMYK
RGB Variations
Color information
#6E770B (or 0x6E770B) is known color: Olive. HEX triplet: 6E, 77 and 0B. RGB value is (110,119,11). Sum of RGB (Red+Green+Blue) = 110+119+11=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #6E770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E770B is #9188F4. Grayscale: #686868. Windows color (decimal): -9537781 or 751470. OLE color: 751470.
HSL color Cylindrical-coordinate representation of color #6E770B: hue angle of 65º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E770B is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 119 | 11 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.53 |
| HSL | 65º | 0.83% | 0.25% | - |
| HSV(B) | 65º | 0.91% | 0.47% | - |
| XYZ | 13.09 | 16.53 | 2.82 | - |
| YUV | 104 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 11 | 0.08 | 0 | 0.91 | 0.53 | 65 | 0.83 | 0.25 |
| Hex | 6E | 77 | B | 8 | 0 | 5B | 35 | 41 | 53 | 19 |
| Octal | 156 | 167 | 13 | 10 | 0 | 133 | 65 | 101 | 123 | 31 |
| Binary | 1101110 | 1110111 | 1011 | 1000 | 0 | 1011011 | 110101 | 1000001 | 1010011 | 11001 |
Color Harmonies of #6E770B
Complementary color
Monochromatic Colors of #6E770B
Black with #6E770B
Text Example
Text Example
White with #6E770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E770B; }
p { color: rgb(110,119,11); }
H1.HeaderClassName
{
color: #6E770B;
}
.AnyTagClassName
{
color: #6E770B;
}
</style>
background-color css
<style>
a { background-color: #6E770B; }
a { background-color: rgb(110,119,11); }
div.DivClassName
{
background-color: #6E770B;
}
.BgClassName
{
background-color: #6E770B;
}
</style>
border-color css
<style>
span { border-color: #6E770B; }
span { border-color: rgb(110,119,11); }
td.TdClassName
{
border-color: #6E770B;
}
.TagClassName
{
border-color: #6E770B;
}
</style>