Shades of Olive #6F820B
Tints of Olive #6F820B
RGB
CMYK
RGB Variations
Color information
#6F820B (or 0x6F820B) is known color: Olive. HEX triplet: 6F, 82 and 0B. RGB value is (111,130,11). Sum of RGB (Red+Green+Blue) = 111+130+11=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #6F820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F820B is #907DF4. Grayscale: #6F6F6F. Windows color (decimal): -9469429 or 754287. OLE color: 754287.
HSL color Cylindrical-coordinate representation of color #6F820B: hue angle of 69.58º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F820B is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 130 | 11 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.49 |
| HSL | 69.58º | 0.84% | 0.28% | - |
| HSV(B) | 69.58º | 0.92% | 0.51% | - |
| XYZ | 14.6 | 19.37 | 3.29 | - |
| YUV | 110.75 | 71.71 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 130 | 11 | 0.15 | 0 | 0.92 | 0.49 | 69.58 | 0.84 | 0.28 |
| Hex | 6F | 82 | B | F | 0 | 5C | 31 | 46 | 54 | 1C |
| Octal | 157 | 202 | 13 | 17 | 0 | 134 | 61 | 106 | 124 | 34 |
| Binary | 1101111 | 10000010 | 1011 | 1111 | 0 | 1011100 | 110001 | 1000110 | 1010100 | 11100 |
Color Harmonies of #6F820B
Complementary color
Monochromatic Colors of #6F820B
Black with #6F820B
Text Example
Text Example
White with #6F820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F820B; }
p { color: rgb(111,130,11); }
H1.HeaderClassName
{
color: #6F820B;
}
.AnyTagClassName
{
color: #6F820B;
}
</style>
background-color css
<style>
a { background-color: #6F820B; }
a { background-color: rgb(111,130,11); }
div.DivClassName
{
background-color: #6F820B;
}
.BgClassName
{
background-color: #6F820B;
}
</style>
border-color css
<style>
span { border-color: #6F820B; }
span { border-color: rgb(111,130,11); }
td.TdClassName
{
border-color: #6F820B;
}
.TagClassName
{
border-color: #6F820B;
}
</style>