Shades of Olive Drab #6B980B
Tints of Olive Drab #6B980B
RGB
CMYK
RGB Variations
Color information
#6B980B (or 0x6B980B) is known color: Olive Drab. HEX triplet: 6B, 98 and 0B. RGB value is (107,152,11). Sum of RGB (Red+Green+Blue) = 107+152+11=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #6B980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B980B is #9467F4. Grayscale: #7A7A7A. Windows color (decimal): -9725941 or 759915. OLE color: 759915.
HSL color Cylindrical-coordinate representation of color #6B980B: hue angle of 79.15º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B980B is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 152 | 11 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.40 |
| HSL | 79.15º | 0.87% | 0.32% | - |
| HSV(B) | 79.15º | 0.93% | 0.6% | - |
| XYZ | 17.35 | 25.61 | 4.34 | - |
| YUV | 122.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 152 | 11 | 0.30 | 0 | 0.93 | 0.40 | 79.15 | 0.87 | 0.32 |
| Hex | 6B | 98 | B | 1E | 0 | 5D | 28 | 4F | 57 | 20 |
| Octal | 153 | 230 | 13 | 36 | 0 | 135 | 50 | 117 | 127 | 40 |
| Binary | 1101011 | 10011000 | 1011 | 11110 | 0 | 1011101 | 101000 | 1001111 | 1010111 | 100000 |
Color Harmonies of #6B980B
Complementary color
Monochromatic Colors of #6B980B
Black with #6B980B
Text Example
Text Example
White with #6B980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B980B; }
p { color: rgb(107,152,11); }
H1.HeaderClassName
{
color: #6B980B;
}
.AnyTagClassName
{
color: #6B980B;
}
</style>
background-color css
<style>
a { background-color: #6B980B; }
a { background-color: rgb(107,152,11); }
div.DivClassName
{
background-color: #6B980B;
}
.BgClassName
{
background-color: #6B980B;
}
</style>
border-color css
<style>
span { border-color: #6B980B; }
span { border-color: rgb(107,152,11); }
td.TdClassName
{
border-color: #6B980B;
}
.TagClassName
{
border-color: #6B980B;
}
</style>