Shades of Olive Drab #6B9825
Tints of Olive Drab #6B9825
RGB
CMYK
RGB Variations
Color information
#6B9825 (or 0x6B9825) is known color: Olive Drab. HEX triplet: 6B, 98 and 25. RGB value is (107,152,37). Sum of RGB (Red+Green+Blue) = 107+152+37=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #6B9825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9825 is #9467DA. Grayscale: #7D7D7D. Windows color (decimal): -9725915 or 2463851. OLE color: 2463851.
HSL color Cylindrical-coordinate representation of color #6B9825: hue angle of 83.48º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B9825 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 152 | 37 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.40 |
| HSL | 83.48º | 0.61% | 0.37% | - |
| HSV(B) | 83.48º | 0.76% | 0.6% | - |
| XYZ | 17.63 | 25.72 | 5.78 | - |
| YUV | 125.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 152 | 37 | 0.30 | 0 | 0.76 | 0.40 | 83.48 | 0.61 | 0.37 |
| Hex | 6B | 98 | 25 | 1E | 0 | 4C | 28 | 53 | 3D | 25 |
| Octal | 153 | 230 | 45 | 36 | 0 | 114 | 50 | 123 | 75 | 45 |
| Binary | 1101011 | 10011000 | 100101 | 11110 | 0 | 1001100 | 101000 | 1010011 | 111101 | 100101 |
Color Harmonies of #6B9825
Complementary color
Monochromatic Colors of #6B9825
Black with #6B9825
Text Example
Text Example
White with #6B9825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9825; }
p { color: rgb(107,152,37); }
H1.HeaderClassName
{
color: #6B9825;
}
.AnyTagClassName
{
color: #6B9825;
}
</style>
background-color css
<style>
a { background-color: #6B9825; }
a { background-color: rgb(107,152,37); }
div.DivClassName
{
background-color: #6B9825;
}
.BgClassName
{
background-color: #6B9825;
}
</style>
border-color css
<style>
span { border-color: #6B9825; }
span { border-color: rgb(107,152,37); }
td.TdClassName
{
border-color: #6B9825;
}
.TagClassName
{
border-color: #6B9825;
}
</style>