Shades of Olive #6F9001
Tints of Olive #6F9001
RGB
CMYK
RGB Variations
Color information
#6F9001 (or 0x6F9001) is known color: Olive. HEX triplet: 6F, 90 and 01. RGB value is (111,144,1). Sum of RGB (Red+Green+Blue) = 111+144+1=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9001 is #906FFE. Grayscale: #767676. Windows color (decimal): -9465855 or 102511. OLE color: 102511.
HSL color Cylindrical-coordinate representation of color #6F9001: hue angle of 73.85º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F9001 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 144 | 1 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.44 |
| HSL | 73.85º | 0.99% | 0.28% | - |
| HSV(B) | 73.85º | 0.99% | 0.56% | - |
| XYZ | 16.53 | 23.33 | 3.66 | - |
| YUV | 117.83 | 62.07 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 1 | 0.23 | 0 | 0.99 | 0.44 | 73.85 | 0.99 | 0.28 |
| Hex | 6F | 90 | 1 | 17 | 0 | 63 | 2C | 4A | 63 | 1C |
| Octal | 157 | 220 | 1 | 27 | 0 | 143 | 54 | 112 | 143 | 34 |
| Binary | 1101111 | 10010000 | 1 | 10111 | 0 | 1100011 | 101100 | 1001010 | 1100011 | 11100 |
Color Harmonies of #6F9001
Complementary color
Monochromatic Colors of #6F9001
Black with #6F9001
Text Example
Text Example
White with #6F9001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9001; }
p { color: rgb(111,144,1); }
H1.HeaderClassName
{
color: #6F9001;
}
.AnyTagClassName
{
color: #6F9001;
}
</style>
background-color css
<style>
a { background-color: #6F9001; }
a { background-color: rgb(111,144,1); }
div.DivClassName
{
background-color: #6F9001;
}
.BgClassName
{
background-color: #6F9001;
}
</style>
border-color css
<style>
span { border-color: #6F9001; }
span { border-color: rgb(111,144,1); }
td.TdClassName
{
border-color: #6F9001;
}
.TagClassName
{
border-color: #6F9001;
}
</style>