Shades of Olive Drab #69830A
Tints of Olive Drab #69830A
RGB
CMYK
RGB Variations
Color information
#69830A (or 0x69830A) is known color: Olive Drab. HEX triplet: 69, 83 and 0A. RGB value is (105,131,10). Sum of RGB (Red+Green+Blue) = 105+131+10=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #69830A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69830A is #967CF5. Grayscale: #6D6D6D. Windows color (decimal): -9862390 or 689001. OLE color: 689001.
HSL color Cylindrical-coordinate representation of color #69830A: hue angle of 72.89º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69830A is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 131 | 10 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.49 |
| HSL | 72.89º | 0.86% | 0.28% | - |
| HSV(B) | 72.89º | 0.92% | 0.51% | - |
| XYZ | 14 | 19.26 | 3.27 | - |
| YUV | 109.43 | 71.89 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 10 | 0.20 | 0 | 0.92 | 0.49 | 72.89 | 0.86 | 0.28 |
| Hex | 69 | 83 | A | 14 | 0 | 5C | 31 | 49 | 56 | 1C |
| Octal | 151 | 203 | 12 | 24 | 0 | 134 | 61 | 111 | 126 | 34 |
| Binary | 1101001 | 10000011 | 1010 | 10100 | 0 | 1011100 | 110001 | 1001001 | 1010110 | 11100 |
Color Harmonies of #69830A
Complementary color
Monochromatic Colors of #69830A
Black with #69830A
Text Example
Text Example
White with #69830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69830A; }
p { color: rgb(105,131,10); }
H1.HeaderClassName
{
color: #69830A;
}
.AnyTagClassName
{
color: #69830A;
}
</style>
background-color css
<style>
a { background-color: #69830A; }
a { background-color: rgb(105,131,10); }
div.DivClassName
{
background-color: #69830A;
}
.BgClassName
{
background-color: #69830A;
}
</style>
border-color css
<style>
span { border-color: #69830A; }
span { border-color: rgb(105,131,10); }
td.TdClassName
{
border-color: #69830A;
}
.TagClassName
{
border-color: #69830A;
}
</style>