Shades of Olive Drab #6B8D04
Tints of Olive Drab #6B8D04
RGB
CMYK
RGB Variations
Color information
#6B8D04 (or 0x6B8D04) is known color: Olive Drab. HEX triplet: 6B, 8D and 04. RGB value is (107,141,4). Sum of RGB (Red+Green+Blue) = 107+141+4=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8D04 is #9472FB. Grayscale: #737373. Windows color (decimal): -9728764 or 298347. OLE color: 298347.
HSL color Cylindrical-coordinate representation of color #6B8D04: hue angle of 74.89º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B8D04 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 141 | 4 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.45 |
| HSL | 74.89º | 0.94% | 0.28% | - |
| HSV(B) | 74.89º | 0.97% | 0.55% | - |
| XYZ | 15.61 | 22.18 | 3.57 | - |
| YUV | 115.22 | 65.24 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 4 | 0.24 | 0 | 0.97 | 0.45 | 74.89 | 0.94 | 0.28 |
| Hex | 6B | 8D | 4 | 18 | 0 | 61 | 2D | 4B | 5E | 1C |
| Octal | 153 | 215 | 4 | 30 | 0 | 141 | 55 | 113 | 136 | 34 |
| Binary | 1101011 | 10001101 | 100 | 11000 | 0 | 1100001 | 101101 | 1001011 | 1011110 | 11100 |
Color Harmonies of #6B8D04
Complementary color
Monochromatic Colors of #6B8D04
Black with #6B8D04
Text Example
Text Example
White with #6B8D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8D04; }
p { color: rgb(107,141,4); }
H1.HeaderClassName
{
color: #6B8D04;
}
.AnyTagClassName
{
color: #6B8D04;
}
</style>
background-color css
<style>
a { background-color: #6B8D04; }
a { background-color: rgb(107,141,4); }
div.DivClassName
{
background-color: #6B8D04;
}
.BgClassName
{
background-color: #6B8D04;
}
</style>
border-color css
<style>
span { border-color: #6B8D04; }
span { border-color: rgb(107,141,4); }
td.TdClassName
{
border-color: #6B8D04;
}
.TagClassName
{
border-color: #6B8D04;
}
</style>