Shades of Olive Drab #658A1C
Tints of Olive Drab #658A1C
RGB
CMYK
RGB Variations
Color information
#658A1C (or 0x658A1C) is known color: Olive Drab. HEX triplet: 65, 8A and 1C. RGB value is (101,138,28). Sum of RGB (Red+Green+Blue) = 101+138+28=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 138 (54.30% from 255 or 51.69% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 138 - color contains mainly: green. Hex color #658A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658A1C is #9A75E3. Grayscale: #727272. Windows color (decimal): -10122724 or 1870437. OLE color: 1870437.
HSL color Cylindrical-coordinate representation of color #658A1C: hue angle of 80.18º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #658A1C is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 138 | 28 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.46 |
| HSL | 80.18º | 0.66% | 0.33% | - |
| HSV(B) | 80.18º | 0.8% | 0.54% | - |
| XYZ | 14.66 | 21.03 | 4.38 | - |
| YUV | 114.4 | 79.24 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 28 | 0.27 | 0 | 0.80 | 0.46 | 80.18 | 0.66 | 0.33 |
| Hex | 65 | 8A | 1C | 1B | 0 | 50 | 2E | 50 | 42 | 21 |
| Octal | 145 | 212 | 34 | 33 | 0 | 120 | 56 | 120 | 102 | 41 |
| Binary | 1100101 | 10001010 | 11100 | 11011 | 0 | 1010000 | 101110 | 1010000 | 1000010 | 100001 |
Color Harmonies of #658A1C
Complementary color
Monochromatic Colors of #658A1C
Black with #658A1C
Text Example
Text Example
White with #658A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658A1C; }
p { color: rgb(101,138,28); }
H1.HeaderClassName
{
color: #658A1C;
}
.AnyTagClassName
{
color: #658A1C;
}
</style>
background-color css
<style>
a { background-color: #658A1C; }
a { background-color: rgb(101,138,28); }
div.DivClassName
{
background-color: #658A1C;
}
.BgClassName
{
background-color: #658A1C;
}
</style>
border-color css
<style>
span { border-color: #658A1C; }
span { border-color: rgb(101,138,28); }
td.TdClassName
{
border-color: #658A1C;
}
.TagClassName
{
border-color: #658A1C;
}
</style>