Shades of Olive Drab #68991B
Tints of Olive Drab #68991B
RGB
CMYK
RGB Variations
Color information
#68991B (or 0x68991B) is known color: Olive Drab. HEX triplet: 68, 99 and 1B. RGB value is (104,153,27). Sum of RGB (Red+Green+Blue) = 104+153+27=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #68991B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68991B is #9766E4. Grayscale: #7C7C7C. Windows color (decimal): -9922277 or 1808744. OLE color: 1808744.
HSL color Cylindrical-coordinate representation of color #68991B: hue angle of 83.33º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68991B is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 27 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.4 |
| HSL | 83.33º | 0.7% | 0.35% | - |
| HSV(B) | 83.33º | 0.82% | 0.6% | - |
| XYZ | 17.3 | 25.8 | 5.11 | - |
| YUV | 123.99 | 73.27 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 27 | 0.32 | 0 | 0.82 | 0.4 | 83.33 | 0.7 | 0.35 |
| Hex | 68 | 99 | 1B | 20 | 0 | 52 | 28 | 53 | 46 | 23 |
| Octal | 150 | 231 | 33 | 40 | 0 | 122 | 50 | 123 | 106 | 43 |
| Binary | 1101000 | 10011001 | 11011 | 100000 | 0 | 1010010 | 101000 | 1010011 | 1000110 | 100011 |
Color Harmonies of #68991B
Complementary color
Monochromatic Colors of #68991B
Black with #68991B
Text Example
Text Example
White with #68991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68991B; }
p { color: rgb(104,153,27); }
H1.HeaderClassName
{
color: #68991B;
}
.AnyTagClassName
{
color: #68991B;
}
</style>
background-color css
<style>
a { background-color: #68991B; }
a { background-color: rgb(104,153,27); }
div.DivClassName
{
background-color: #68991B;
}
.BgClassName
{
background-color: #68991B;
}
</style>
border-color css
<style>
span { border-color: #68991B; }
span { border-color: rgb(104,153,27); }
td.TdClassName
{
border-color: #68991B;
}
.TagClassName
{
border-color: #68991B;
}
</style>