Shades of Olive Drab #6B9915
Tints of Olive Drab #6B9915
RGB
CMYK
RGB Variations
Color information
#6B9915 (or 0x6B9915) is known color: Olive Drab. HEX triplet: 6B, 99 and 15. RGB value is (107,153,21). Sum of RGB (Red+Green+Blue) = 107+153+21=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #6B9915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9915 is #9466EA. Grayscale: #7C7C7C. Windows color (decimal): -9725675 or 1415531. OLE color: 1415531.
HSL color Cylindrical-coordinate representation of color #6B9915: hue angle of 80.91º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B9915 is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 21 | - |
| CMYK | 0.30 | 0 | 0.86 | 0.4 |
| HSL | 80.91º | 0.76% | 0.34% | - |
| HSV(B) | 80.91º | 0.86% | 0.6% | - |
| XYZ | 17.59 | 25.96 | 4.79 | - |
| YUV | 124.2 | 69.76 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 21 | 0.30 | 0 | 0.86 | 0.4 | 80.91 | 0.76 | 0.34 |
| Hex | 6B | 99 | 15 | 1E | 0 | 56 | 28 | 51 | 4C | 22 |
| Octal | 153 | 231 | 25 | 36 | 0 | 126 | 50 | 121 | 114 | 42 |
| Binary | 1101011 | 10011001 | 10101 | 11110 | 0 | 1010110 | 101000 | 1010001 | 1001100 | 100010 |
Color Harmonies of #6B9915
Complementary color
Monochromatic Colors of #6B9915
Black with #6B9915
Text Example
Text Example
White with #6B9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9915; }
p { color: rgb(107,153,21); }
H1.HeaderClassName
{
color: #6B9915;
}
.AnyTagClassName
{
color: #6B9915;
}
</style>
background-color css
<style>
a { background-color: #6B9915; }
a { background-color: rgb(107,153,21); }
div.DivClassName
{
background-color: #6B9915;
}
.BgClassName
{
background-color: #6B9915;
}
</style>
border-color css
<style>
span { border-color: #6B9915; }
span { border-color: rgb(107,153,21); }
td.TdClassName
{
border-color: #6B9915;
}
.TagClassName
{
border-color: #6B9915;
}
</style>