Shades of Olive Drab #699600
Tints of Olive Drab #699600
RGB
CMYK
RGB Variations
Color information
#699600 (or 0x699600) is known color: Olive Drab. HEX triplet: 69, 96 and 00. RGB value is (105,150,0). Sum of RGB (Red+Green+Blue) = 105+150+0=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #699600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699600 is #9669FF. Grayscale: #787878. Windows color (decimal): -9857536 or 38505. OLE color: 38505.
HSL color Cylindrical-coordinate representation of color #699600: hue angle of 78º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #699600 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.41 |
| HSL | 78º | 1% | 0.29% | - |
| HSV(B) | 78º | 1% | 0.59% | - |
| XYZ | 16.73 | 24.82 | 3.91 | - |
| YUV | 119.45 | 60.59 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 0 | 0.30 | 0 | 1 | 0.41 | 78 | 1 | 0.29 |
| Hex | 69 | 96 | 0 | 1E | 0 | 64 | 29 | 4E | 64 | 1D |
| Octal | 151 | 226 | 0 | 36 | 0 | 144 | 51 | 116 | 144 | 35 |
| Binary | 1101001 | 10010110 | 0 | 11110 | 0 | 1100100 | 101001 | 1001110 | 1100100 | 11101 |
Color Harmonies of #699600
Complementary color
Monochromatic Colors of #699600
Black with #699600
Text Example
Text Example
White with #699600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699600; }
p { color: rgb(105,150,0); }
H1.HeaderClassName
{
color: #699600;
}
.AnyTagClassName
{
color: #699600;
}
</style>
background-color css
<style>
a { background-color: #699600; }
a { background-color: rgb(105,150,0); }
div.DivClassName
{
background-color: #699600;
}
.BgClassName
{
background-color: #699600;
}
</style>
border-color css
<style>
span { border-color: #699600; }
span { border-color: rgb(105,150,0); }
td.TdClassName
{
border-color: #699600;
}
.TagClassName
{
border-color: #699600;
}
</style>