Shades of Olive #6F8908
Tints of Olive #6F8908
RGB
CMYK
RGB Variations
Color information
#6F8908 (or 0x6F8908) is known color: Olive. HEX triplet: 6F, 89 and 08. RGB value is (111,137,8). Sum of RGB (Red+Green+Blue) = 111+137+8=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8908 is #9076F7. Grayscale: #737373. Windows color (decimal): -9467640 or 559471. OLE color: 559471.
HSL color Cylindrical-coordinate representation of color #6F8908: hue angle of 72.09º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F8908 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 8 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.46 |
| HSL | 72.09º | 0.89% | 0.28% | - |
| HSV(B) | 72.09º | 0.94% | 0.54% | - |
| XYZ | 15.55 | 21.29 | 3.52 | - |
| YUV | 114.52 | 67.89 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 8 | 0.19 | 0 | 0.94 | 0.46 | 72.09 | 0.89 | 0.28 |
| Hex | 6F | 89 | 8 | 13 | 0 | 5E | 2E | 48 | 59 | 1C |
| Octal | 157 | 211 | 10 | 23 | 0 | 136 | 56 | 110 | 131 | 34 |
| Binary | 1101111 | 10001001 | 1000 | 10011 | 0 | 1011110 | 101110 | 1001000 | 1011001 | 11100 |
Color Harmonies of #6F8908
Complementary color
Monochromatic Colors of #6F8908
Black with #6F8908
Text Example
Text Example
White with #6F8908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8908; }
p { color: rgb(111,137,8); }
H1.HeaderClassName
{
color: #6F8908;
}
.AnyTagClassName
{
color: #6F8908;
}
</style>
background-color css
<style>
a { background-color: #6F8908; }
a { background-color: rgb(111,137,8); }
div.DivClassName
{
background-color: #6F8908;
}
.BgClassName
{
background-color: #6F8908;
}
</style>
border-color css
<style>
span { border-color: #6F8908; }
span { border-color: rgb(111,137,8); }
td.TdClassName
{
border-color: #6F8908;
}
.TagClassName
{
border-color: #6F8908;
}
</style>