Shades of Olive #6F6703
Tints of Olive #6F6703
RGB
CMYK
RGB Variations
Color information
#6F6703 (or 0x6F6703) is known color: Olive. HEX triplet: 6F, 67 and 03. RGB value is (111,103,3). Sum of RGB (Red+Green+Blue) = 111+103+3=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6703 is #9098FC. Grayscale: #5E5E5E. Windows color (decimal): -9476349 or 223087. OLE color: 223087.
HSL color Cylindrical-coordinate representation of color #6F6703: hue angle of 55.56º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F6703 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 3 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.56 |
| HSL | 55.56º | 0.95% | 0.22% | - |
| HSV(B) | 55.56º | 0.97% | 0.44% | - |
| XYZ | 11.42 | 13.09 | 2.01 | - |
| YUV | 93.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 3 | 0 | 0.07 | 0.97 | 0.56 | 55.56 | 0.95 | 0.22 |
| Hex | 6F | 67 | 3 | 0 | 7 | 61 | 38 | 38 | 5F | 16 |
| Octal | 157 | 147 | 3 | 0 | 7 | 141 | 70 | 70 | 137 | 26 |
| Binary | 1101111 | 1100111 | 11 | 0 | 111 | 1100001 | 111000 | 111000 | 1011111 | 10110 |
Color Harmonies of #6F6703
Complementary color
Monochromatic Colors of #6F6703
Black with #6F6703
Text Example
Text Example
White with #6F6703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6703; }
p { color: rgb(111,103,3); }
H1.HeaderClassName
{
color: #6F6703;
}
.AnyTagClassName
{
color: #6F6703;
}
</style>
background-color css
<style>
a { background-color: #6F6703; }
a { background-color: rgb(111,103,3); }
div.DivClassName
{
background-color: #6F6703;
}
.BgClassName
{
background-color: #6F6703;
}
</style>
border-color css
<style>
span { border-color: #6F6703; }
span { border-color: rgb(111,103,3); }
td.TdClassName
{
border-color: #6F6703;
}
.TagClassName
{
border-color: #6F6703;
}
</style>