Shades of Olive Drab #69892C
Tints of Olive Drab #69892C
RGB
CMYK
RGB Variations
Color information
#69892C (or 0x69892C) is known color: Olive Drab. HEX triplet: 69, 89 and 2C. RGB value is (105,137,44). Sum of RGB (Red+Green+Blue) = 105+137+44=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #69892C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69892C is #9676D3. Grayscale: #757575. Windows color (decimal): -9860820 or 2918761. OLE color: 2918761.
HSL color Cylindrical-coordinate representation of color #69892C: hue angle of 80.65º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69892C is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 137 | 44 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.46 |
| HSL | 80.65º | 0.51% | 0.35% | - |
| HSV(B) | 80.65º | 0.68% | 0.54% | - |
| XYZ | 15.23 | 21.08 | 5.65 | - |
| YUV | 116.83 | 86.9 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 44 | 0.23 | 0 | 0.68 | 0.46 | 80.65 | 0.51 | 0.35 |
| Hex | 69 | 89 | 2C | 17 | 0 | 44 | 2E | 51 | 33 | 23 |
| Octal | 151 | 211 | 54 | 27 | 0 | 104 | 56 | 121 | 63 | 43 |
| Binary | 1101001 | 10001001 | 101100 | 10111 | 0 | 1000100 | 101110 | 1010001 | 110011 | 100011 |
Color Harmonies of #69892C
Complementary color
Monochromatic Colors of #69892C
Black with #69892C
Text Example
Text Example
White with #69892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69892C; }
p { color: rgb(105,137,44); }
H1.HeaderClassName
{
color: #69892C;
}
.AnyTagClassName
{
color: #69892C;
}
</style>
background-color css
<style>
a { background-color: #69892C; }
a { background-color: rgb(105,137,44); }
div.DivClassName
{
background-color: #69892C;
}
.BgClassName
{
background-color: #69892C;
}
</style>
border-color css
<style>
span { border-color: #69892C; }
span { border-color: rgb(105,137,44); }
td.TdClassName
{
border-color: #69892C;
}
.TagClassName
{
border-color: #69892C;
}
</style>