Shades of Olive Drab #6C9719
Tints of Olive Drab #6C9719
RGB
CMYK
RGB Variations
Color information
#6C9719 (or 0x6C9719) is known color: Olive Drab. HEX triplet: 6C, 97 and 19. RGB value is (108,151,25). Sum of RGB (Red+Green+Blue) = 108+151+25=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #6C9719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9719 is #9368E6. Grayscale: #7C7C7C. Windows color (decimal): -9660647 or 1677164. OLE color: 1677164.
HSL color Cylindrical-coordinate representation of color #6C9719: hue angle of 80.48º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C9719 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 151 | 25 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.41 |
| HSL | 80.48º | 0.72% | 0.35% | - |
| HSV(B) | 80.48º | 0.83% | 0.59% | - |
| XYZ | 17.43 | 25.39 | 4.9 | - |
| YUV | 123.78 | 72.25 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 151 | 25 | 0.28 | 0 | 0.83 | 0.41 | 80.48 | 0.72 | 0.35 |
| Hex | 6C | 97 | 19 | 1C | 0 | 53 | 29 | 50 | 48 | 23 |
| Octal | 154 | 227 | 31 | 34 | 0 | 123 | 51 | 120 | 110 | 43 |
| Binary | 1101100 | 10010111 | 11001 | 11100 | 0 | 1010011 | 101001 | 1010000 | 1001000 | 100011 |
Color Harmonies of #6C9719
Complementary color
Monochromatic Colors of #6C9719
Black with #6C9719
Text Example
Text Example
White with #6C9719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9719; }
p { color: rgb(108,151,25); }
H1.HeaderClassName
{
color: #6C9719;
}
.AnyTagClassName
{
color: #6C9719;
}
</style>
background-color css
<style>
a { background-color: #6C9719; }
a { background-color: rgb(108,151,25); }
div.DivClassName
{
background-color: #6C9719;
}
.BgClassName
{
background-color: #6C9719;
}
</style>
border-color css
<style>
span { border-color: #6C9719; }
span { border-color: rgb(108,151,25); }
td.TdClassName
{
border-color: #6C9719;
}
.TagClassName
{
border-color: #6C9719;
}
</style>