Shades of Olive #6F6701
Tints of Olive #6F6701
RGB
CMYK
RGB Variations
Color information
#6F6701 (or 0x6F6701) is known color: Olive. HEX triplet: 6F, 67 and 01. RGB value is (111,103,1). Sum of RGB (Red+Green+Blue) = 111+103+1=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6701 is #9098FE. Grayscale: #5E5E5E. Windows color (decimal): -9476351 or 92015. OLE color: 92015.
HSL color Cylindrical-coordinate representation of color #6F6701: hue angle of 55.64º 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 #6F6701 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.56 |
| HSL | 55.64º | 0.98% | 0.22% | - |
| HSV(B) | 55.64º | 0.99% | 0.44% | - |
| XYZ | 11.41 | 13.08 | 1.95 | - |
| YUV | 93.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 1 | 0 | 0.07 | 0.99 | 0.56 | 55.64 | 0.98 | 0.22 |
| Hex | 6F | 67 | 1 | 0 | 7 | 63 | 38 | 38 | 62 | 16 |
| Octal | 157 | 147 | 1 | 0 | 7 | 143 | 70 | 70 | 142 | 26 |
| Binary | 1101111 | 1100111 | 1 | 0 | 111 | 1100011 | 111000 | 111000 | 1100010 | 10110 |
Color Harmonies of #6F6701
Complementary color
Monochromatic Colors of #6F6701
Black with #6F6701
Text Example
Text Example
White with #6F6701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6701; }
p { color: rgb(111,103,1); }
H1.HeaderClassName
{
color: #6F6701;
}
.AnyTagClassName
{
color: #6F6701;
}
</style>
background-color css
<style>
a { background-color: #6F6701; }
a { background-color: rgb(111,103,1); }
div.DivClassName
{
background-color: #6F6701;
}
.BgClassName
{
background-color: #6F6701;
}
</style>
border-color css
<style>
span { border-color: #6F6701; }
span { border-color: rgb(111,103,1); }
td.TdClassName
{
border-color: #6F6701;
}
.TagClassName
{
border-color: #6F6701;
}
</style>