Shades of Olive Drab #6B972A
Tints of Olive Drab #6B972A
RGB
CMYK
RGB Variations
Color information
#6B972A (or 0x6B972A) is known color: Olive Drab. HEX triplet: 6B, 97 and 2A. RGB value is (107,151,42). Sum of RGB (Red+Green+Blue) = 107+151+42=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #6B972A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B972A is #9468D5. Grayscale: #7D7D7D. Windows color (decimal): -9726166 or 2791275. OLE color: 2791275.
HSL color Cylindrical-coordinate representation of color #6B972A: hue angle of 84.22º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B972A is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 151 | 42 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.41 |
| HSL | 84.22º | 0.56% | 0.38% | - |
| HSV(B) | 84.22º | 0.72% | 0.59% | - |
| XYZ | 17.55 | 25.43 | 6.17 | - |
| YUV | 125.42 | 80.92 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 151 | 42 | 0.29 | 0 | 0.72 | 0.41 | 84.22 | 0.56 | 0.38 |
| Hex | 6B | 97 | 2A | 1D | 0 | 48 | 29 | 54 | 38 | 26 |
| Octal | 153 | 227 | 52 | 35 | 0 | 110 | 51 | 124 | 70 | 46 |
| Binary | 1101011 | 10010111 | 101010 | 11101 | 0 | 1001000 | 101001 | 1010100 | 111000 | 100110 |
Color Harmonies of #6B972A
Complementary color
Monochromatic Colors of #6B972A
Black with #6B972A
Text Example
Text Example
White with #6B972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B972A; }
p { color: rgb(107,151,42); }
H1.HeaderClassName
{
color: #6B972A;
}
.AnyTagClassName
{
color: #6B972A;
}
</style>
background-color css
<style>
a { background-color: #6B972A; }
a { background-color: rgb(107,151,42); }
div.DivClassName
{
background-color: #6B972A;
}
.BgClassName
{
background-color: #6B972A;
}
</style>
border-color css
<style>
span { border-color: #6B972A; }
span { border-color: rgb(107,151,42); }
td.TdClassName
{
border-color: #6B972A;
}
.TagClassName
{
border-color: #6B972A;
}
</style>