Shades of Olive Drab #6F9419
Tints of Olive Drab #6F9419
RGB
CMYK
RGB Variations
Color information
#6F9419 (or 0x6F9419) is known color: Olive Drab. HEX triplet: 6F, 94 and 19. RGB value is (111,148,25). Sum of RGB (Red+Green+Blue) = 111+148+25=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9419 is #906BE6. Grayscale: #7B7B7B. Windows color (decimal): -9464807 or 1676399. OLE color: 1676399.
HSL color Cylindrical-coordinate representation of color #6F9419: hue angle of 78.05º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F9419 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 148 | 25 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.42 |
| HSL | 78.05º | 0.71% | 0.34% | - |
| HSV(B) | 78.05º | 0.83% | 0.58% | - |
| XYZ | 17.32 | 24.63 | 4.76 | - |
| YUV | 122.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 148 | 25 | 0.25 | 0 | 0.83 | 0.42 | 78.05 | 0.71 | 0.34 |
| Hex | 6F | 94 | 19 | 19 | 0 | 53 | 2A | 4E | 47 | 22 |
| Octal | 157 | 224 | 31 | 31 | 0 | 123 | 52 | 116 | 107 | 42 |
| Binary | 1101111 | 10010100 | 11001 | 11001 | 0 | 1010011 | 101010 | 1001110 | 1000111 | 100010 |
Color Harmonies of #6F9419
Complementary color
Monochromatic Colors of #6F9419
Black with #6F9419
Text Example
Text Example
White with #6F9419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9419; }
p { color: rgb(111,148,25); }
H1.HeaderClassName
{
color: #6F9419;
}
.AnyTagClassName
{
color: #6F9419;
}
</style>
background-color css
<style>
a { background-color: #6F9419; }
a { background-color: rgb(111,148,25); }
div.DivClassName
{
background-color: #6F9419;
}
.BgClassName
{
background-color: #6F9419;
}
</style>
border-color css
<style>
span { border-color: #6F9419; }
span { border-color: rgb(111,148,25); }
td.TdClassName
{
border-color: #6F9419;
}
.TagClassName
{
border-color: #6F9419;
}
</style>