Shades of Olive Drab #658F1F
Tints of Olive Drab #658F1F
RGB
CMYK
RGB Variations
Color information
#658F1F (or 0x658F1F) is known color: Olive Drab. HEX triplet: 65, 8F and 1F. RGB value is (101,143,31). Sum of RGB (Red+Green+Blue) = 101+143+31=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 143 (56.25% from 255 or 52% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 143 - color contains mainly: green. Hex color #658F1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658F1F is #9A70E0. Grayscale: #767676. Windows color (decimal): -10121441 or 2068325. OLE color: 2068325.
HSL color Cylindrical-coordinate representation of color #658F1F: hue angle of 82.5º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #658F1F is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 143 | 31 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.44 |
| HSL | 82.5º | 0.64% | 0.34% | - |
| HSV(B) | 82.5º | 0.78% | 0.56% | - |
| XYZ | 15.44 | 22.51 | 4.83 | - |
| YUV | 117.67 | 79.09 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 31 | 0.29 | 0 | 0.78 | 0.44 | 82.5 | 0.64 | 0.34 |
| Hex | 65 | 8F | 1F | 1D | 0 | 4E | 2C | 52 | 40 | 22 |
| Octal | 145 | 217 | 37 | 35 | 0 | 116 | 54 | 122 | 100 | 42 |
| Binary | 1100101 | 10001111 | 11111 | 11101 | 0 | 1001110 | 101100 | 1010010 | 1000000 | 100010 |
Color Harmonies of #658F1F
Complementary color
Monochromatic Colors of #658F1F
Black with #658F1F
Text Example
Text Example
White with #658F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658F1F; }
p { color: rgb(101,143,31); }
H1.HeaderClassName
{
color: #658F1F;
}
.AnyTagClassName
{
color: #658F1F;
}
</style>
background-color css
<style>
a { background-color: #658F1F; }
a { background-color: rgb(101,143,31); }
div.DivClassName
{
background-color: #658F1F;
}
.BgClassName
{
background-color: #658F1F;
}
</style>
border-color css
<style>
span { border-color: #658F1F; }
span { border-color: rgb(101,143,31); }
td.TdClassName
{
border-color: #658F1F;
}
.TagClassName
{
border-color: #658F1F;
}
</style>