Shades of Olive Drab #67851F
Tints of Olive Drab #67851F
RGB
CMYK
RGB Variations
Color information
#67851F (or 0x67851F) is known color: Olive Drab. HEX triplet: 67, 85 and 1F. RGB value is (103,133,31). Sum of RGB (Red+Green+Blue) = 103+133+31=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #67851F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67851F is #987AE0. Grayscale: #707070. Windows color (decimal): -9992929 or 2065767. OLE color: 2065767.
HSL color Cylindrical-coordinate representation of color #67851F: hue angle of 77.65º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67851F is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 31 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.48 |
| HSL | 77.65º | 0.62% | 0.32% | - |
| HSV(B) | 77.65º | 0.77% | 0.52% | - |
| XYZ | 14.23 | 19.76 | 4.36 | - |
| YUV | 112.4 | 82.06 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 31 | 0.23 | 0 | 0.77 | 0.48 | 77.65 | 0.62 | 0.32 |
| Hex | 67 | 85 | 1F | 17 | 0 | 4D | 30 | 4E | 3E | 20 |
| Octal | 147 | 205 | 37 | 27 | 0 | 115 | 60 | 116 | 76 | 40 |
| Binary | 1100111 | 10000101 | 11111 | 10111 | 0 | 1001101 | 110000 | 1001110 | 111110 | 100000 |
Color Harmonies of #67851F
Complementary color
Monochromatic Colors of #67851F
Black with #67851F
Text Example
Text Example
White with #67851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67851F; }
p { color: rgb(103,133,31); }
H1.HeaderClassName
{
color: #67851F;
}
.AnyTagClassName
{
color: #67851F;
}
</style>
background-color css
<style>
a { background-color: #67851F; }
a { background-color: rgb(103,133,31); }
div.DivClassName
{
background-color: #67851F;
}
.BgClassName
{
background-color: #67851F;
}
</style>
border-color css
<style>
span { border-color: #67851F; }
span { border-color: rgb(103,133,31); }
td.TdClassName
{
border-color: #67851F;
}
.TagClassName
{
border-color: #67851F;
}
</style>