Shades of Olive Drab #618A1B
Tints of Olive Drab #618A1B
RGB
CMYK
RGB Variations
Color information
#618A1B (or 0x618A1B) is known color: Olive Drab. HEX triplet: 61, 8A and 1B. RGB value is (97,138,27). Sum of RGB (Red+Green+Blue) = 97+138+27=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #618A1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618A1B is #9E75E4. Grayscale: #717171. Windows color (decimal): -10384869 or 1804897. OLE color: 1804897.
HSL color Cylindrical-coordinate representation of color #618A1B: hue angle of 82.16º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #618A1B is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 138 | 27 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.46 |
| HSL | 82.16º | 0.67% | 0.32% | - |
| HSV(B) | 82.16º | 0.8% | 0.54% | - |
| XYZ | 14.22 | 20.8 | 4.3 | - |
| YUV | 113.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 138 | 27 | 0.30 | 0 | 0.80 | 0.46 | 82.16 | 0.67 | 0.32 |
| Hex | 61 | 8A | 1B | 1E | 0 | 50 | 2E | 52 | 43 | 20 |
| Octal | 141 | 212 | 33 | 36 | 0 | 120 | 56 | 122 | 103 | 40 |
| Binary | 1100001 | 10001010 | 11011 | 11110 | 0 | 1010000 | 101110 | 1010010 | 1000011 | 100000 |
Color Harmonies of #618A1B
Complementary color
Monochromatic Colors of #618A1B
Black with #618A1B
Text Example
Text Example
White with #618A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618A1B; }
p { color: rgb(97,138,27); }
H1.HeaderClassName
{
color: #618A1B;
}
.AnyTagClassName
{
color: #618A1B;
}
</style>
background-color css
<style>
a { background-color: #618A1B; }
a { background-color: rgb(97,138,27); }
div.DivClassName
{
background-color: #618A1B;
}
.BgClassName
{
background-color: #618A1B;
}
</style>
border-color css
<style>
span { border-color: #618A1B; }
span { border-color: rgb(97,138,27); }
td.TdClassName
{
border-color: #618A1B;
}
.TagClassName
{
border-color: #618A1B;
}
</style>