Shades of Olive Drab #6F8E1B
Tints of Olive Drab #6F8E1B
RGB
CMYK
RGB Variations
Color information
#6F8E1B (or 0x6F8E1B) is known color: Olive Drab. HEX triplet: 6F, 8E and 1B. RGB value is (111,142,27). Sum of RGB (Red+Green+Blue) = 111+142+27=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 142 (55.86% from 255 or 50.71% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8E1B is #9071E4. Grayscale: #787878. Windows color (decimal): -9466341 or 1805935. OLE color: 1805935.
HSL color Cylindrical-coordinate representation of color #6F8E1B: hue angle of 76.17º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F8E1B is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 142 | 27 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.44 |
| HSL | 76.17º | 0.68% | 0.33% | - |
| HSV(B) | 76.17º | 0.81% | 0.56% | - |
| XYZ | 16.43 | 22.8 | 4.57 | - |
| YUV | 119.62 | 75.73 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 27 | 0.22 | 0 | 0.81 | 0.44 | 76.17 | 0.68 | 0.33 |
| Hex | 6F | 8E | 1B | 16 | 0 | 51 | 2C | 4C | 44 | 21 |
| Octal | 157 | 216 | 33 | 26 | 0 | 121 | 54 | 114 | 104 | 41 |
| Binary | 1101111 | 10001110 | 11011 | 10110 | 0 | 1010001 | 101100 | 1001100 | 1000100 | 100001 |
Color Harmonies of #6F8E1B
Complementary color
Monochromatic Colors of #6F8E1B
Black with #6F8E1B
Text Example
Text Example
White with #6F8E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8E1B; }
p { color: rgb(111,142,27); }
H1.HeaderClassName
{
color: #6F8E1B;
}
.AnyTagClassName
{
color: #6F8E1B;
}
</style>
background-color css
<style>
a { background-color: #6F8E1B; }
a { background-color: rgb(111,142,27); }
div.DivClassName
{
background-color: #6F8E1B;
}
.BgClassName
{
background-color: #6F8E1B;
}
</style>
border-color css
<style>
span { border-color: #6F8E1B; }
span { border-color: rgb(111,142,27); }
td.TdClassName
{
border-color: #6F8E1B;
}
.TagClassName
{
border-color: #6F8E1B;
}
</style>