Shades of Olive Drab #6B971B
Tints of Olive Drab #6B971B
RGB
CMYK
RGB Variations
Color information
#6B971B (or 0x6B971B) is known color: Olive Drab. HEX triplet: 6B, 97 and 1B. RGB value is (107,151,27). Sum of RGB (Red+Green+Blue) = 107+151+27=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 151 (59.38% from 255 or 52.98% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 151 - color contains mainly: green. Hex color #6B971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B971B is #9468E4. Grayscale: #7C7C7C. Windows color (decimal): -9726181 or 1808235. OLE color: 1808235.
HSL color Cylindrical-coordinate representation of color #6B971B: hue angle of 81.29º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B971B is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 151 | 27 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.41 |
| HSL | 81.29º | 0.7% | 0.35% | - |
| HSV(B) | 81.29º | 0.82% | 0.59% | - |
| XYZ | 17.33 | 25.34 | 5.01 | - |
| YUV | 123.71 | 73.42 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 151 | 27 | 0.29 | 0 | 0.82 | 0.41 | 81.29 | 0.7 | 0.35 |
| Hex | 6B | 97 | 1B | 1D | 0 | 52 | 29 | 51 | 46 | 23 |
| Octal | 153 | 227 | 33 | 35 | 0 | 122 | 51 | 121 | 106 | 43 |
| Binary | 1101011 | 10010111 | 11011 | 11101 | 0 | 1010010 | 101001 | 1010001 | 1000110 | 100011 |
Color Harmonies of #6B971B
Complementary color
Monochromatic Colors of #6B971B
Black with #6B971B
Text Example
Text Example
White with #6B971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B971B; }
p { color: rgb(107,151,27); }
H1.HeaderClassName
{
color: #6B971B;
}
.AnyTagClassName
{
color: #6B971B;
}
</style>
background-color css
<style>
a { background-color: #6B971B; }
a { background-color: rgb(107,151,27); }
div.DivClassName
{
background-color: #6B971B;
}
.BgClassName
{
background-color: #6B971B;
}
</style>
border-color css
<style>
span { border-color: #6B971B; }
span { border-color: rgb(107,151,27); }
td.TdClassName
{
border-color: #6B971B;
}
.TagClassName
{
border-color: #6B971B;
}
</style>