Shades of Olive #6F800F
Tints of Olive #6F800F
RGB
CMYK
RGB Variations
Color information
#6F800F (or 0x6F800F) is known color: Olive. HEX triplet: 6F, 80 and 0F. RGB value is (111,128,15). Sum of RGB (Red+Green+Blue) = 111+128+15=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #6F800F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F800F is #907FF0. Grayscale: #6E6E6E. Windows color (decimal): -9469937 or 1015919. OLE color: 1015919.
HSL color Cylindrical-coordinate representation of color #6F800F: hue angle of 69.03º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F800F is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 128 | 15 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.50 |
| HSL | 69.03º | 0.79% | 0.28% | - |
| HSV(B) | 69.03º | 0.88% | 0.5% | - |
| XYZ | 14.36 | 18.85 | 3.33 | - |
| YUV | 110.04 | 74.37 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 15 | 0.13 | 0 | 0.88 | 0.50 | 69.03 | 0.79 | 0.28 |
| Hex | 6F | 80 | F | D | 0 | 58 | 32 | 45 | 4F | 1C |
| Octal | 157 | 200 | 17 | 15 | 0 | 130 | 62 | 105 | 117 | 34 |
| Binary | 1101111 | 10000000 | 1111 | 1101 | 0 | 1011000 | 110010 | 1000101 | 1001111 | 11100 |
Color Harmonies of #6F800F
Complementary color
Monochromatic Colors of #6F800F
Black with #6F800F
Text Example
Text Example
White with #6F800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F800F; }
p { color: rgb(111,128,15); }
H1.HeaderClassName
{
color: #6F800F;
}
.AnyTagClassName
{
color: #6F800F;
}
</style>
background-color css
<style>
a { background-color: #6F800F; }
a { background-color: rgb(111,128,15); }
div.DivClassName
{
background-color: #6F800F;
}
.BgClassName
{
background-color: #6F800F;
}
</style>
border-color css
<style>
span { border-color: #6F800F; }
span { border-color: rgb(111,128,15); }
td.TdClassName
{
border-color: #6F800F;
}
.TagClassName
{
border-color: #6F800F;
}
</style>