Shades of Olive #6F8B08
Tints of Olive #6F8B08
RGB
CMYK
RGB Variations
Color information
#6F8B08 (or 0x6F8B08) is known color: Olive. HEX triplet: 6F, 8B and 08. RGB value is (111,139,8). Sum of RGB (Red+Green+Blue) = 111+139+8=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #6F8B08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8B08 is #9074F7. Grayscale: #747474. Windows color (decimal): -9467128 or 559983. OLE color: 559983.
HSL color Cylindrical-coordinate representation of color #6F8B08: hue angle of 72.82º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F8B08 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 139 | 8 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.45 |
| HSL | 72.82º | 0.89% | 0.29% | - |
| HSV(B) | 72.82º | 0.94% | 0.55% | - |
| XYZ | 15.83 | 21.86 | 3.62 | - |
| YUV | 115.69 | 67.22 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 139 | 8 | 0.20 | 0 | 0.94 | 0.45 | 72.82 | 0.89 | 0.29 |
| Hex | 6F | 8B | 8 | 14 | 0 | 5E | 2D | 49 | 59 | 1D |
| Octal | 157 | 213 | 10 | 24 | 0 | 136 | 55 | 111 | 131 | 35 |
| Binary | 1101111 | 10001011 | 1000 | 10100 | 0 | 1011110 | 101101 | 1001001 | 1011001 | 11101 |
Color Harmonies of #6F8B08
Complementary color
Monochromatic Colors of #6F8B08
Black with #6F8B08
Text Example
Text Example
White with #6F8B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8B08; }
p { color: rgb(111,139,8); }
H1.HeaderClassName
{
color: #6F8B08;
}
.AnyTagClassName
{
color: #6F8B08;
}
</style>
background-color css
<style>
a { background-color: #6F8B08; }
a { background-color: rgb(111,139,8); }
div.DivClassName
{
background-color: #6F8B08;
}
.BgClassName
{
background-color: #6F8B08;
}
</style>
border-color css
<style>
span { border-color: #6F8B08; }
span { border-color: rgb(111,139,8); }
td.TdClassName
{
border-color: #6F8B08;
}
.TagClassName
{
border-color: #6F8B08;
}
</style>