Shades of Olive #6F8009
Tints of Olive #6F8009
RGB
CMYK
RGB Variations
Color information
#6F8009 (or 0x6F8009) is known color: Olive. HEX triplet: 6F, 80 and 09. RGB value is (111,128,9). Sum of RGB (Red+Green+Blue) = 111+128+9=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #6F8009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8009 is #907FF6. Grayscale: #6D6D6D. Windows color (decimal): -9469943 or 622703. OLE color: 622703.
HSL color Cylindrical-coordinate representation of color #6F8009: hue angle of 68.57º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F8009 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 128 | 9 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.50 |
| HSL | 68.57º | 0.87% | 0.27% | - |
| HSV(B) | 68.57º | 0.93% | 0.5% | - |
| XYZ | 14.32 | 18.84 | 3.14 | - |
| YUV | 109.35 | 71.37 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 9 | 0.13 | 0 | 0.93 | 0.50 | 68.57 | 0.87 | 0.27 |
| Hex | 6F | 80 | 9 | D | 0 | 5D | 32 | 45 | 57 | 1B |
| Octal | 157 | 200 | 11 | 15 | 0 | 135 | 62 | 105 | 127 | 33 |
| Binary | 1101111 | 10000000 | 1001 | 1101 | 0 | 1011101 | 110010 | 1000101 | 1010111 | 11011 |
Color Harmonies of #6F8009
Complementary color
Monochromatic Colors of #6F8009
Black with #6F8009
Text Example
Text Example
White with #6F8009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8009; }
p { color: rgb(111,128,9); }
H1.HeaderClassName
{
color: #6F8009;
}
.AnyTagClassName
{
color: #6F8009;
}
</style>
background-color css
<style>
a { background-color: #6F8009; }
a { background-color: rgb(111,128,9); }
div.DivClassName
{
background-color: #6F8009;
}
.BgClassName
{
background-color: #6F8009;
}
</style>
border-color css
<style>
span { border-color: #6F8009; }
span { border-color: rgb(111,128,9); }
td.TdClassName
{
border-color: #6F8009;
}
.TagClassName
{
border-color: #6F8009;
}
</style>