Shades of Olive Drab #6B9301
Tints of Olive Drab #6B9301
RGB
CMYK
RGB Variations
Color information
#6B9301 (or 0x6B9301) is known color: Olive Drab. HEX triplet: 6B, 93 and 01. RGB value is (107,147,1). Sum of RGB (Red+Green+Blue) = 107+147+1=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9301 is #946CFE. Grayscale: #767676. Windows color (decimal): -9727231 or 103275. OLE color: 103275.
HSL color Cylindrical-coordinate representation of color #6B9301: hue angle of 76.44º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B9301 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 147 | 1 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.42 |
| HSL | 76.44º | 0.99% | 0.29% | - |
| HSV(B) | 76.44º | 0.99% | 0.58% | - |
| XYZ | 16.5 | 24 | 3.79 | - |
| YUV | 118.4 | 61.75 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 1 | 0.27 | 0 | 0.99 | 0.42 | 76.44 | 0.99 | 0.29 |
| Hex | 6B | 93 | 1 | 1B | 0 | 63 | 2A | 4C | 63 | 1D |
| Octal | 153 | 223 | 1 | 33 | 0 | 143 | 52 | 114 | 143 | 35 |
| Binary | 1101011 | 10010011 | 1 | 11011 | 0 | 1100011 | 101010 | 1001100 | 1100011 | 11101 |
Color Harmonies of #6B9301
Complementary color
Monochromatic Colors of #6B9301
Black with #6B9301
Text Example
Text Example
White with #6B9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9301; }
p { color: rgb(107,147,1); }
H1.HeaderClassName
{
color: #6B9301;
}
.AnyTagClassName
{
color: #6B9301;
}
</style>
background-color css
<style>
a { background-color: #6B9301; }
a { background-color: rgb(107,147,1); }
div.DivClassName
{
background-color: #6B9301;
}
.BgClassName
{
background-color: #6B9301;
}
</style>
border-color css
<style>
span { border-color: #6B9301; }
span { border-color: rgb(107,147,1); }
td.TdClassName
{
border-color: #6B9301;
}
.TagClassName
{
border-color: #6B9301;
}
</style>