Shades of Olive Drab #6F951B
Tints of Olive Drab #6F951B
RGB
CMYK
RGB Variations
Color information
#6F951B (or 0x6F951B) is known color: Olive Drab. HEX triplet: 6F, 95 and 1B. RGB value is (111,149,27). Sum of RGB (Red+Green+Blue) = 111+149+27=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #6F951B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F951B is #906AE4. Grayscale: #7C7C7C. Windows color (decimal): -9464549 or 1807727. OLE color: 1807727.
HSL color Cylindrical-coordinate representation of color #6F951B: hue angle of 78.69º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F951B is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 149 | 27 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.42 |
| HSL | 78.69º | 0.69% | 0.35% | - |
| HSV(B) | 78.69º | 0.82% | 0.58% | - |
| XYZ | 17.5 | 24.95 | 4.93 | - |
| YUV | 123.73 | 73.41 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 27 | 0.26 | 0 | 0.82 | 0.42 | 78.69 | 0.69 | 0.35 |
| Hex | 6F | 95 | 1B | 1A | 0 | 52 | 2A | 4F | 45 | 23 |
| Octal | 157 | 225 | 33 | 32 | 0 | 122 | 52 | 117 | 105 | 43 |
| Binary | 1101111 | 10010101 | 11011 | 11010 | 0 | 1010010 | 101010 | 1001111 | 1000101 | 100011 |
Color Harmonies of #6F951B
Complementary color
Monochromatic Colors of #6F951B
Black with #6F951B
Text Example
Text Example
White with #6F951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F951B; }
p { color: rgb(111,149,27); }
H1.HeaderClassName
{
color: #6F951B;
}
.AnyTagClassName
{
color: #6F951B;
}
</style>
background-color css
<style>
a { background-color: #6F951B; }
a { background-color: rgb(111,149,27); }
div.DivClassName
{
background-color: #6F951B;
}
.BgClassName
{
background-color: #6F951B;
}
</style>
border-color css
<style>
span { border-color: #6F951B; }
span { border-color: rgb(111,149,27); }
td.TdClassName
{
border-color: #6F951B;
}
.TagClassName
{
border-color: #6F951B;
}
</style>