Shades of Olive #6F770B
Tints of Olive #6F770B
RGB
CMYK
RGB Variations
Color information
#6F770B (or 0x6F770B) is known color: Olive. HEX triplet: 6F, 77 and 0B. RGB value is (111,119,11). Sum of RGB (Red+Green+Blue) = 111+119+11=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #6F770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F770B is #9088F4. Grayscale: #686868. Windows color (decimal): -9472245 or 751471. OLE color: 751471.
HSL color Cylindrical-coordinate representation of color #6F770B: hue angle of 64.44º 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 #6F770B is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 119 | 11 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.53 |
| HSL | 64.44º | 0.83% | 0.25% | - |
| HSV(B) | 64.44º | 0.91% | 0.47% | - |
| XYZ | 13.21 | 16.6 | 2.82 | - |
| YUV | 104.3 | 75.35 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 11 | 0.07 | 0 | 0.91 | 0.53 | 64.44 | 0.83 | 0.25 |
| Hex | 6F | 77 | B | 7 | 0 | 5B | 35 | 40 | 53 | 19 |
| Octal | 157 | 167 | 13 | 7 | 0 | 133 | 65 | 100 | 123 | 31 |
| Binary | 1101111 | 1110111 | 1011 | 111 | 0 | 1011011 | 110101 | 1000000 | 1010011 | 11001 |
Color Harmonies of #6F770B
Complementary color
Monochromatic Colors of #6F770B
Black with #6F770B
Text Example
Text Example
White with #6F770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F770B; }
p { color: rgb(111,119,11); }
H1.HeaderClassName
{
color: #6F770B;
}
.AnyTagClassName
{
color: #6F770B;
}
</style>
background-color css
<style>
a { background-color: #6F770B; }
a { background-color: rgb(111,119,11); }
div.DivClassName
{
background-color: #6F770B;
}
.BgClassName
{
background-color: #6F770B;
}
</style>
border-color css
<style>
span { border-color: #6F770B; }
span { border-color: rgb(111,119,11); }
td.TdClassName
{
border-color: #6F770B;
}
.TagClassName
{
border-color: #6F770B;
}
</style>