Shades of Olive Drab #6F8319
Tints of Olive Drab #6F8319
RGB
CMYK
RGB Variations
Color information
#6F8319 (or 0x6F8319) is known color: Olive Drab. HEX triplet: 6F, 83 and 19. RGB value is (111,131,25). Sum of RGB (Red+Green+Blue) = 111+131+25=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #6F8319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8319 is #907CE6. Grayscale: #717171. Windows color (decimal): -9469159 or 1672047. OLE color: 1672047.
HSL color Cylindrical-coordinate representation of color #6F8319: hue angle of 71.32º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F8319 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 131 | 25 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.49 |
| HSL | 71.32º | 0.68% | 0.31% | - |
| HSV(B) | 71.32º | 0.81% | 0.51% | - |
| XYZ | 14.85 | 19.68 | 3.94 | - |
| YUV | 112.94 | 78.37 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 131 | 25 | 0.15 | 0 | 0.81 | 0.49 | 71.32 | 0.68 | 0.31 |
| Hex | 6F | 83 | 19 | F | 0 | 51 | 31 | 47 | 44 | 1F |
| Octal | 157 | 203 | 31 | 17 | 0 | 121 | 61 | 107 | 104 | 37 |
| Binary | 1101111 | 10000011 | 11001 | 1111 | 0 | 1010001 | 110001 | 1000111 | 1000100 | 11111 |
Color Harmonies of #6F8319
Complementary color
Monochromatic Colors of #6F8319
Black with #6F8319
Text Example
Text Example
White with #6F8319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8319; }
p { color: rgb(111,131,25); }
H1.HeaderClassName
{
color: #6F8319;
}
.AnyTagClassName
{
color: #6F8319;
}
</style>
background-color css
<style>
a { background-color: #6F8319; }
a { background-color: rgb(111,131,25); }
div.DivClassName
{
background-color: #6F8319;
}
.BgClassName
{
background-color: #6F8319;
}
</style>
border-color css
<style>
span { border-color: #6F8319; }
span { border-color: rgb(111,131,25); }
td.TdClassName
{
border-color: #6F8319;
}
.TagClassName
{
border-color: #6F8319;
}
</style>