Shades of Olive Drab #69970C
Tints of Olive Drab #69970C
RGB
CMYK
RGB Variations
Color information
#69970C (or 0x69970C) is known color: Olive Drab. HEX triplet: 69, 97 and 0C. RGB value is (105,151,12). Sum of RGB (Red+Green+Blue) = 105+151+12=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #69970C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69970C is #9668F3. Grayscale: #797979. Windows color (decimal): -9857268 or 825193. OLE color: 825193.
HSL color Cylindrical-coordinate representation of color #69970C: hue angle of 79.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69970C is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 151 | 12 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.41 |
| HSL | 79.86º | 0.85% | 0.32% | - |
| HSV(B) | 79.86º | 0.92% | 0.59% | - |
| XYZ | 16.96 | 25.16 | 4.31 | - |
| YUV | 121.4 | 66.26 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 12 | 0.30 | 0 | 0.92 | 0.41 | 79.86 | 0.85 | 0.32 |
| Hex | 69 | 97 | C | 1E | 0 | 5C | 29 | 50 | 55 | 20 |
| Octal | 151 | 227 | 14 | 36 | 0 | 134 | 51 | 120 | 125 | 40 |
| Binary | 1101001 | 10010111 | 1100 | 11110 | 0 | 1011100 | 101001 | 1010000 | 1010101 | 100000 |
Color Harmonies of #69970C
Complementary color
Monochromatic Colors of #69970C
Black with #69970C
Text Example
Text Example
White with #69970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69970C; }
p { color: rgb(105,151,12); }
H1.HeaderClassName
{
color: #69970C;
}
.AnyTagClassName
{
color: #69970C;
}
</style>
background-color css
<style>
a { background-color: #69970C; }
a { background-color: rgb(105,151,12); }
div.DivClassName
{
background-color: #69970C;
}
.BgClassName
{
background-color: #69970C;
}
</style>
border-color css
<style>
span { border-color: #69970C; }
span { border-color: rgb(105,151,12); }
td.TdClassName
{
border-color: #69970C;
}
.TagClassName
{
border-color: #69970C;
}
</style>