Shades of Olive Drab #69960C
Tints of Olive Drab #69960C
RGB
CMYK
RGB Variations
Color information
#69960C (or 0x69960C) is known color: Olive Drab. HEX triplet: 69, 96 and 0C. RGB value is (105,150,12). Sum of RGB (Red+Green+Blue) = 105+150+12=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #69960C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69960C is #9669F3. Grayscale: #797979. Windows color (decimal): -9857524 or 824937. OLE color: 824937.
HSL color Cylindrical-coordinate representation of color #69960C: hue angle of 79.57º 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 #69960C is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 12 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.41 |
| HSL | 79.57º | 0.85% | 0.32% | - |
| HSV(B) | 79.57º | 0.92% | 0.59% | - |
| XYZ | 16.8 | 24.84 | 4.26 | - |
| YUV | 120.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 12 | 0.30 | 0 | 0.92 | 0.41 | 79.57 | 0.85 | 0.32 |
| Hex | 69 | 96 | C | 1E | 0 | 5C | 29 | 50 | 55 | 20 |
| Octal | 151 | 226 | 14 | 36 | 0 | 134 | 51 | 120 | 125 | 40 |
| Binary | 1101001 | 10010110 | 1100 | 11110 | 0 | 1011100 | 101001 | 1010000 | 1010101 | 100000 |
Color Harmonies of #69960C
Complementary color
Monochromatic Colors of #69960C
Black with #69960C
Text Example
Text Example
White with #69960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69960C; }
p { color: rgb(105,150,12); }
H1.HeaderClassName
{
color: #69960C;
}
.AnyTagClassName
{
color: #69960C;
}
</style>
background-color css
<style>
a { background-color: #69960C; }
a { background-color: rgb(105,150,12); }
div.DivClassName
{
background-color: #69960C;
}
.BgClassName
{
background-color: #69960C;
}
</style>
border-color css
<style>
span { border-color: #69960C; }
span { border-color: rgb(105,150,12); }
td.TdClassName
{
border-color: #69960C;
}
.TagClassName
{
border-color: #69960C;
}
</style>