Shades of Olive #6F6901
Tints of Olive #6F6901
RGB
CMYK
RGB Variations
Color information
#6F6901 (or 0x6F6901) is known color: Olive. HEX triplet: 6F, 69 and 01. RGB value is (111,105,1). Sum of RGB (Red+Green+Blue) = 111+105+1=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6901 is #9096FE. Grayscale: #5F5F5F. Windows color (decimal): -9475839 or 92527. OLE color: 92527.
HSL color Cylindrical-coordinate representation of color #6F6901: hue angle of 56.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F6901 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 1 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.56 |
| HSL | 56.73º | 0.98% | 0.22% | - |
| HSV(B) | 56.73º | 0.99% | 0.44% | - |
| XYZ | 11.61 | 13.48 | 2.02 | - |
| YUV | 94.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 1 | 0 | 0.05 | 0.99 | 0.56 | 56.73 | 0.98 | 0.22 |
| Hex | 6F | 69 | 1 | 0 | 5 | 63 | 38 | 39 | 62 | 16 |
| Octal | 157 | 151 | 1 | 0 | 5 | 143 | 70 | 71 | 142 | 26 |
| Binary | 1101111 | 1101001 | 1 | 0 | 101 | 1100011 | 111000 | 111001 | 1100010 | 10110 |
Color Harmonies of #6F6901
Complementary color
Monochromatic Colors of #6F6901
Black with #6F6901
Text Example
Text Example
White with #6F6901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6901; }
p { color: rgb(111,105,1); }
H1.HeaderClassName
{
color: #6F6901;
}
.AnyTagClassName
{
color: #6F6901;
}
</style>
background-color css
<style>
a { background-color: #6F6901; }
a { background-color: rgb(111,105,1); }
div.DivClassName
{
background-color: #6F6901;
}
.BgClassName
{
background-color: #6F6901;
}
</style>
border-color css
<style>
span { border-color: #6F6901; }
span { border-color: rgb(111,105,1); }
td.TdClassName
{
border-color: #6F6901;
}
.TagClassName
{
border-color: #6F6901;
}
</style>