Shades of Olive Drab #68841B
Tints of Olive Drab #68841B
RGB
CMYK
RGB Variations
Color information
#68841B (or 0x68841B) is known color: Olive Drab. HEX triplet: 68, 84 and 1B. RGB value is (104,132,27). Sum of RGB (Red+Green+Blue) = 104+132+27=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #68841B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68841B is #977BE4. Grayscale: #707070. Windows color (decimal): -9927653 or 1803368. OLE color: 1803368.
HSL color Cylindrical-coordinate representation of color #68841B: hue angle of 76º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68841B is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 132 | 27 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.48 |
| HSL | 76º | 0.66% | 0.31% | - |
| HSV(B) | 76º | 0.8% | 0.52% | - |
| XYZ | 14.16 | 19.52 | 4.06 | - |
| YUV | 111.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 27 | 0.21 | 0 | 0.80 | 0.48 | 76 | 0.66 | 0.31 |
| Hex | 68 | 84 | 1B | 15 | 0 | 50 | 30 | 4C | 42 | 1F |
| Octal | 150 | 204 | 33 | 25 | 0 | 120 | 60 | 114 | 102 | 37 |
| Binary | 1101000 | 10000100 | 11011 | 10101 | 0 | 1010000 | 110000 | 1001100 | 1000010 | 11111 |
Color Harmonies of #68841B
Complementary color
Monochromatic Colors of #68841B
Black with #68841B
Text Example
Text Example
White with #68841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68841B; }
p { color: rgb(104,132,27); }
H1.HeaderClassName
{
color: #68841B;
}
.AnyTagClassName
{
color: #68841B;
}
</style>
background-color css
<style>
a { background-color: #68841B; }
a { background-color: rgb(104,132,27); }
div.DivClassName
{
background-color: #68841B;
}
.BgClassName
{
background-color: #68841B;
}
</style>
border-color css
<style>
span { border-color: #68841B; }
span { border-color: rgb(104,132,27); }
td.TdClassName
{
border-color: #68841B;
}
.TagClassName
{
border-color: #68841B;
}
</style>