Shades of Olive Drab #658A2B
Tints of Olive Drab #658A2B
RGB
CMYK
RGB Variations
Color information
#658A2B (or 0x658A2B) is known color: Olive Drab. HEX triplet: 65, 8A and 2B. RGB value is (101,138,43). Sum of RGB (Red+Green+Blue) = 101+138+43=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #658A2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658A2B is #9A75D4. Grayscale: #747474. Windows color (decimal): -10122709 or 2853477. OLE color: 2853477.
HSL color Cylindrical-coordinate representation of color #658A2B: hue angle of 83.37º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #658A2B is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 138 | 43 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.46 |
| HSL | 83.37º | 0.52% | 0.35% | - |
| HSV(B) | 83.37º | 0.69% | 0.54% | - |
| XYZ | 14.89 | 21.12 | 5.58 | - |
| YUV | 116.11 | 86.74 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 43 | 0.27 | 0 | 0.69 | 0.46 | 83.37 | 0.52 | 0.35 |
| Hex | 65 | 8A | 2B | 1B | 0 | 45 | 2E | 53 | 34 | 23 |
| Octal | 145 | 212 | 53 | 33 | 0 | 105 | 56 | 123 | 64 | 43 |
| Binary | 1100101 | 10001010 | 101011 | 11011 | 0 | 1000101 | 101110 | 1010011 | 110100 | 100011 |
Color Harmonies of #658A2B
Complementary color
Monochromatic Colors of #658A2B
Black with #658A2B
Text Example
Text Example
White with #658A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658A2B; }
p { color: rgb(101,138,43); }
H1.HeaderClassName
{
color: #658A2B;
}
.AnyTagClassName
{
color: #658A2B;
}
</style>
background-color css
<style>
a { background-color: #658A2B; }
a { background-color: rgb(101,138,43); }
div.DivClassName
{
background-color: #658A2B;
}
.BgClassName
{
background-color: #658A2B;
}
</style>
border-color css
<style>
span { border-color: #658A2B; }
span { border-color: rgb(101,138,43); }
td.TdClassName
{
border-color: #658A2B;
}
.TagClassName
{
border-color: #658A2B;
}
</style>