Shades of Olive #6F7603
Tints of Olive #6F7603
RGB
CMYK
RGB Variations
Color information
#6F7603 (or 0x6F7603) is known color: Olive. HEX triplet: 6F, 76 and 03. RGB value is (111,118,3). Sum of RGB (Red+Green+Blue) = 111+118+3=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7603 is #9089FC. Grayscale: #676767. Windows color (decimal): -9472509 or 226927. OLE color: 226927.
HSL color Cylindrical-coordinate representation of color #6F7603: hue angle of 63.65º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F7603 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 118 | 3 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.54 |
| HSL | 63.65º | 0.95% | 0.24% | - |
| HSV(B) | 63.65º | 0.97% | 0.46% | - |
| XYZ | 13.05 | 16.34 | 2.55 | - |
| YUV | 102.8 | 71.68 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 3 | 0.06 | 0 | 0.97 | 0.54 | 63.65 | 0.95 | 0.24 |
| Hex | 6F | 76 | 3 | 6 | 0 | 61 | 36 | 40 | 5F | 18 |
| Octal | 157 | 166 | 3 | 6 | 0 | 141 | 66 | 100 | 137 | 30 |
| Binary | 1101111 | 1110110 | 11 | 110 | 0 | 1100001 | 110110 | 1000000 | 1011111 | 11000 |
Color Harmonies of #6F7603
Complementary color
Monochromatic Colors of #6F7603
Black with #6F7603
Text Example
Text Example
White with #6F7603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7603; }
p { color: rgb(111,118,3); }
H1.HeaderClassName
{
color: #6F7603;
}
.AnyTagClassName
{
color: #6F7603;
}
</style>
background-color css
<style>
a { background-color: #6F7603; }
a { background-color: rgb(111,118,3); }
div.DivClassName
{
background-color: #6F7603;
}
.BgClassName
{
background-color: #6F7603;
}
</style>
border-color css
<style>
span { border-color: #6F7603; }
span { border-color: rgb(111,118,3); }
td.TdClassName
{
border-color: #6F7603;
}
.TagClassName
{
border-color: #6F7603;
}
</style>