Shades of Olive Drab #6B812B
Tints of Olive Drab #6B812B
RGB
CMYK
RGB Variations
Color information
#6B812B (or 0x6B812B) is known color: Olive Drab. HEX triplet: 6B, 81 and 2B. RGB value is (107,129,43). Sum of RGB (Red+Green+Blue) = 107+129+43=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #6B812B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B812B is #947ED4. Grayscale: #707070. Windows color (decimal): -9731797 or 2851179. OLE color: 2851179.
HSL color Cylindrical-coordinate representation of color #6B812B: hue angle of 75.35º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B812B is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 129 | 43 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.49 |
| HSL | 75.35º | 0.5% | 0.34% | - |
| HSV(B) | 75.35º | 0.67% | 0.51% | - |
| XYZ | 14.35 | 19 | 5.2 | - |
| YUV | 112.62 | 88.71 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 43 | 0.17 | 0 | 0.67 | 0.49 | 75.35 | 0.5 | 0.34 |
| Hex | 6B | 81 | 2B | 11 | 0 | 43 | 31 | 4B | 32 | 22 |
| Octal | 153 | 201 | 53 | 21 | 0 | 103 | 61 | 113 | 62 | 42 |
| Binary | 1101011 | 10000001 | 101011 | 10001 | 0 | 1000011 | 110001 | 1001011 | 110010 | 100010 |
Color Harmonies of #6B812B
Complementary color
Monochromatic Colors of #6B812B
Black with #6B812B
Text Example
Text Example
White with #6B812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B812B; }
p { color: rgb(107,129,43); }
H1.HeaderClassName
{
color: #6B812B;
}
.AnyTagClassName
{
color: #6B812B;
}
</style>
background-color css
<style>
a { background-color: #6B812B; }
a { background-color: rgb(107,129,43); }
div.DivClassName
{
background-color: #6B812B;
}
.BgClassName
{
background-color: #6B812B;
}
</style>
border-color css
<style>
span { border-color: #6B812B; }
span { border-color: rgb(107,129,43); }
td.TdClassName
{
border-color: #6B812B;
}
.TagClassName
{
border-color: #6B812B;
}
</style>