Shades of Olive Drab #6B9624
Tints of Olive Drab #6B9624
RGB
CMYK
RGB Variations
Color information
#6B9624 (or 0x6B9624) is known color: Olive Drab. HEX triplet: 6B, 96 and 24. RGB value is (107,150,36). Sum of RGB (Red+Green+Blue) = 107+150+36=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #6B9624 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9624 is #9469DB. Grayscale: #7C7C7C. Windows color (decimal): -9726428 or 2397803. OLE color: 2397803.
HSL color Cylindrical-coordinate representation of color #6B9624: hue angle of 82.63º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B9624 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 150 | 36 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.41 |
| HSL | 82.63º | 0.61% | 0.36% | - |
| HSV(B) | 82.63º | 0.76% | 0.59% | - |
| XYZ | 17.29 | 25.07 | 5.6 | - |
| YUV | 124.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 150 | 36 | 0.29 | 0 | 0.76 | 0.41 | 82.63 | 0.61 | 0.36 |
| Hex | 6B | 96 | 24 | 1D | 0 | 4C | 29 | 53 | 3D | 24 |
| Octal | 153 | 226 | 44 | 35 | 0 | 114 | 51 | 123 | 75 | 44 |
| Binary | 1101011 | 10010110 | 100100 | 11101 | 0 | 1001100 | 101001 | 1010011 | 111101 | 100100 |
Color Harmonies of #6B9624
Complementary color
Monochromatic Colors of #6B9624
Black with #6B9624
Text Example
Text Example
White with #6B9624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9624; }
p { color: rgb(107,150,36); }
H1.HeaderClassName
{
color: #6B9624;
}
.AnyTagClassName
{
color: #6B9624;
}
</style>
background-color css
<style>
a { background-color: #6B9624; }
a { background-color: rgb(107,150,36); }
div.DivClassName
{
background-color: #6B9624;
}
.BgClassName
{
background-color: #6B9624;
}
</style>
border-color css
<style>
span { border-color: #6B9624; }
span { border-color: rgb(107,150,36); }
td.TdClassName
{
border-color: #6B9624;
}
.TagClassName
{
border-color: #6B9624;
}
</style>