Shades of Olive Drab #6B9304
Tints of Olive Drab #6B9304
RGB
CMYK
RGB Variations
Color information
#6B9304 (or 0x6B9304) is known color: Olive Drab. HEX triplet: 6B, 93 and 04. RGB value is (107,147,4). Sum of RGB (Red+Green+Blue) = 107+147+4=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 147 (57.81% from 255 or 56.98% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9304 is #946CFB. Grayscale: #777777. Windows color (decimal): -9727228 or 299883. OLE color: 299883.
HSL color Cylindrical-coordinate representation of color #6B9304: hue angle of 76.78º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B9304 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 147 | 4 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.42 |
| HSL | 76.78º | 0.95% | 0.3% | - |
| HSV(B) | 76.78º | 0.97% | 0.58% | - |
| XYZ | 16.52 | 24 | 3.88 | - |
| YUV | 118.74 | 63.25 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 4 | 0.27 | 0 | 0.97 | 0.42 | 76.78 | 0.95 | 0.3 |
| Hex | 6B | 93 | 4 | 1B | 0 | 61 | 2A | 4D | 5F | 1E |
| Octal | 153 | 223 | 4 | 33 | 0 | 141 | 52 | 115 | 137 | 36 |
| Binary | 1101011 | 10010011 | 100 | 11011 | 0 | 1100001 | 101010 | 1001101 | 1011111 | 11110 |
Color Harmonies of #6B9304
Complementary color
Monochromatic Colors of #6B9304
Black with #6B9304
Text Example
Text Example
White with #6B9304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9304; }
p { color: rgb(107,147,4); }
H1.HeaderClassName
{
color: #6B9304;
}
.AnyTagClassName
{
color: #6B9304;
}
</style>
background-color css
<style>
a { background-color: #6B9304; }
a { background-color: rgb(107,147,4); }
div.DivClassName
{
background-color: #6B9304;
}
.BgClassName
{
background-color: #6B9304;
}
</style>
border-color css
<style>
span { border-color: #6B9304; }
span { border-color: rgb(107,147,4); }
td.TdClassName
{
border-color: #6B9304;
}
.TagClassName
{
border-color: #6B9304;
}
</style>