Shades of Olive #6F6500
Tints of Olive #6F6500
RGB
CMYK
RGB Variations
Color information
#6F6500 (or 0x6F6500) is known color: Olive. HEX triplet: 6F, 65 and 00. RGB value is (111,101,0). Sum of RGB (Red+Green+Blue) = 111+101+0=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6500 is #909AFF. Grayscale: #5C5C5C. Windows color (decimal): -9476864 or 25967. OLE color: 25967.
HSL color Cylindrical-coordinate representation of color #6F6500: hue angle of 54.59º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F6500 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.56 |
| HSL | 54.59º | 1% | 0.22% | - |
| HSV(B) | 54.59º | 1% | 0.44% | - |
| XYZ | 11.21 | 12.69 | 1.86 | - |
| YUV | 92.48 | 75.81 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 0 | 0 | 0.09 | 1 | 0.56 | 54.59 | 1 | 0.22 |
| Hex | 6F | 65 | 0 | 0 | 9 | 64 | 38 | 37 | 64 | 16 |
| Octal | 157 | 145 | 0 | 0 | 11 | 144 | 70 | 67 | 144 | 26 |
| Binary | 1101111 | 1100101 | 0 | 0 | 1001 | 1100100 | 111000 | 110111 | 1100100 | 10110 |
Color Harmonies of #6F6500
Complementary color
Monochromatic Colors of #6F6500
Black with #6F6500
Text Example
Text Example
White with #6F6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6500; }
p { color: rgb(111,101,0); }
H1.HeaderClassName
{
color: #6F6500;
}
.AnyTagClassName
{
color: #6F6500;
}
</style>
background-color css
<style>
a { background-color: #6F6500; }
a { background-color: rgb(111,101,0); }
div.DivClassName
{
background-color: #6F6500;
}
.BgClassName
{
background-color: #6F6500;
}
</style>
border-color css
<style>
span { border-color: #6F6500; }
span { border-color: rgb(111,101,0); }
td.TdClassName
{
border-color: #6F6500;
}
.TagClassName
{
border-color: #6F6500;
}
</style>