Shades of Olive #6F9103
Tints of Olive #6F9103
RGB
CMYK
RGB Variations
Color information
#6F9103 (or 0x6F9103) is known color: Olive. HEX triplet: 6F, 91 and 03. RGB value is (111,145,3). Sum of RGB (Red+Green+Blue) = 111+145+3=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9103 is #906EFC. Grayscale: #777777. Windows color (decimal): -9465597 or 233839. OLE color: 233839.
HSL color Cylindrical-coordinate representation of color #6F9103: hue angle of 74.37º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F9103 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 145 | 3 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.43 |
| HSL | 74.37º | 0.96% | 0.29% | - |
| HSV(B) | 74.37º | 0.98% | 0.57% | - |
| XYZ | 16.7 | 23.64 | 3.77 | - |
| YUV | 118.65 | 62.74 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 3 | 0.23 | 0 | 0.98 | 0.43 | 74.37 | 0.96 | 0.29 |
| Hex | 6F | 91 | 3 | 17 | 0 | 62 | 2B | 4A | 60 | 1D |
| Octal | 157 | 221 | 3 | 27 | 0 | 142 | 53 | 112 | 140 | 35 |
| Binary | 1101111 | 10010001 | 11 | 10111 | 0 | 1100010 | 101011 | 1001010 | 1100000 | 11101 |
Color Harmonies of #6F9103
Complementary color
Monochromatic Colors of #6F9103
Black with #6F9103
Text Example
Text Example
White with #6F9103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9103; }
p { color: rgb(111,145,3); }
H1.HeaderClassName
{
color: #6F9103;
}
.AnyTagClassName
{
color: #6F9103;
}
</style>
background-color css
<style>
a { background-color: #6F9103; }
a { background-color: rgb(111,145,3); }
div.DivClassName
{
background-color: #6F9103;
}
.BgClassName
{
background-color: #6F9103;
}
</style>
border-color css
<style>
span { border-color: #6F9103; }
span { border-color: rgb(111,145,3); }
td.TdClassName
{
border-color: #6F9103;
}
.TagClassName
{
border-color: #6F9103;
}
</style>