Shades of Olive #6F9101
Tints of Olive #6F9101
RGB
CMYK
RGB Variations
Color information
#6F9101 (or 0x6F9101) is known color: Olive. HEX triplet: 6F, 91 and 01. RGB value is (111,145,1). Sum of RGB (Red+Green+Blue) = 111+145+1=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9101 is #906EFE. Grayscale: #767676. Windows color (decimal): -9465599 or 102767. OLE color: 102767.
HSL color Cylindrical-coordinate representation of color #6F9101: hue angle of 74.17º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F9101 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 145 | 1 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.43 |
| HSL | 74.17º | 0.99% | 0.29% | - |
| HSV(B) | 74.17º | 0.99% | 0.57% | - |
| XYZ | 16.69 | 23.63 | 3.71 | - |
| YUV | 118.42 | 61.74 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 1 | 0.23 | 0 | 0.99 | 0.43 | 74.17 | 0.99 | 0.29 |
| Hex | 6F | 91 | 1 | 17 | 0 | 63 | 2B | 4A | 63 | 1D |
| Octal | 157 | 221 | 1 | 27 | 0 | 143 | 53 | 112 | 143 | 35 |
| Binary | 1101111 | 10010001 | 1 | 10111 | 0 | 1100011 | 101011 | 1001010 | 1100011 | 11101 |
Color Harmonies of #6F9101
Complementary color
Monochromatic Colors of #6F9101
Black with #6F9101
Text Example
Text Example
White with #6F9101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9101; }
p { color: rgb(111,145,1); }
H1.HeaderClassName
{
color: #6F9101;
}
.AnyTagClassName
{
color: #6F9101;
}
</style>
background-color css
<style>
a { background-color: #6F9101; }
a { background-color: rgb(111,145,1); }
div.DivClassName
{
background-color: #6F9101;
}
.BgClassName
{
background-color: #6F9101;
}
</style>
border-color css
<style>
span { border-color: #6F9101; }
span { border-color: rgb(111,145,1); }
td.TdClassName
{
border-color: #6F9101;
}
.TagClassName
{
border-color: #6F9101;
}
</style>