Shades of Olive Drab #68871B
Tints of Olive Drab #68871B
RGB
CMYK
RGB Variations
Color information
#68871B (or 0x68871B) is known color: Olive Drab. HEX triplet: 68, 87 and 1B. RGB value is (104,135,27). Sum of RGB (Red+Green+Blue) = 104+135+27=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #68871B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68871B is #9778E4. Grayscale: #717171. Windows color (decimal): -9926885 or 1804136. OLE color: 1804136.
HSL color Cylindrical-coordinate representation of color #68871B: hue angle of 77.22º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68871B is Cyan = 0.23, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 27 | - |
| CMYK | 0.23 | 0 | 0.8 | 0.47 |
| HSL | 77.22º | 0.67% | 0.32% | - |
| HSV(B) | 77.22º | 0.8% | 0.53% | - |
| XYZ | 14.57 | 20.35 | 4.2 | - |
| YUV | 113.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 27 | 0.23 | 0 | 0.8 | 0.47 | 77.22 | 0.67 | 0.32 |
| Hex | 68 | 87 | 1B | 17 | 0 | 50 | 2F | 4D | 43 | 20 |
| Octal | 150 | 207 | 33 | 27 | 0 | 120 | 57 | 115 | 103 | 40 |
| Binary | 1101000 | 10000111 | 11011 | 10111 | 0 | 1010000 | 101111 | 1001101 | 1000011 | 100000 |
Color Harmonies of #68871B
Complementary color
Monochromatic Colors of #68871B
Black with #68871B
Text Example
Text Example
White with #68871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68871B; }
p { color: rgb(104,135,27); }
H1.HeaderClassName
{
color: #68871B;
}
.AnyTagClassName
{
color: #68871B;
}
</style>
background-color css
<style>
a { background-color: #68871B; }
a { background-color: rgb(104,135,27); }
div.DivClassName
{
background-color: #68871B;
}
.BgClassName
{
background-color: #68871B;
}
</style>
border-color css
<style>
span { border-color: #68871B; }
span { border-color: rgb(104,135,27); }
td.TdClassName
{
border-color: #68871B;
}
.TagClassName
{
border-color: #68871B;
}
</style>