Shades of Olive Drab #69830B
Tints of Olive Drab #69830B
RGB
CMYK
RGB Variations
Color information
#69830B (or 0x69830B) is known color: Olive Drab. HEX triplet: 69, 83 and 0B. RGB value is (105,131,11). Sum of RGB (Red+Green+Blue) = 105+131+11=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #69830B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69830B is #967CF4. Grayscale: #6D6D6D. Windows color (decimal): -9862389 or 754537. OLE color: 754537.
HSL color Cylindrical-coordinate representation of color #69830B: hue angle of 73º degrees, saturation: 0.85, 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 #69830B is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 131 | 11 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.49 |
| HSL | 73º | 0.85% | 0.28% | - |
| HSV(B) | 73º | 0.92% | 0.51% | - |
| XYZ | 14 | 19.26 | 3.3 | - |
| YUV | 109.55 | 72.39 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 11 | 0.20 | 0 | 0.92 | 0.49 | 73 | 0.85 | 0.28 |
| Hex | 69 | 83 | B | 14 | 0 | 5C | 31 | 49 | 55 | 1C |
| Octal | 151 | 203 | 13 | 24 | 0 | 134 | 61 | 111 | 125 | 34 |
| Binary | 1101001 | 10000011 | 1011 | 10100 | 0 | 1011100 | 110001 | 1001001 | 1010101 | 11100 |
Color Harmonies of #69830B
Complementary color
Monochromatic Colors of #69830B
Black with #69830B
Text Example
Text Example
White with #69830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69830B; }
p { color: rgb(105,131,11); }
H1.HeaderClassName
{
color: #69830B;
}
.AnyTagClassName
{
color: #69830B;
}
</style>
background-color css
<style>
a { background-color: #69830B; }
a { background-color: rgb(105,131,11); }
div.DivClassName
{
background-color: #69830B;
}
.BgClassName
{
background-color: #69830B;
}
</style>
border-color css
<style>
span { border-color: #69830B; }
span { border-color: rgb(105,131,11); }
td.TdClassName
{
border-color: #69830B;
}
.TagClassName
{
border-color: #69830B;
}
</style>