Shades of Olive Drab #657F18
Tints of Olive Drab #657F18
RGB
CMYK
RGB Variations
Color information
#657F18 (or 0x657F18) is known color: Olive Drab. HEX triplet: 65, 7F and 18. RGB value is (101,127,24). Sum of RGB (Red+Green+Blue) = 101+127+24=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 127 (50% from 255 or 50.40% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 127 - color contains mainly: green. Hex color #657F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657F18 is #9A80E7. Grayscale: #6B6B6B. Windows color (decimal): -10125544 or 1605477. OLE color: 1605477.
HSL color Cylindrical-coordinate representation of color #657F18: hue angle of 75.15º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #657F18 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 127 | 24 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.50 |
| HSL | 75.15º | 0.68% | 0.3% | - |
| HSV(B) | 75.15º | 0.81% | 0.5% | - |
| XYZ | 13.12 | 18.01 | 3.65 | - |
| YUV | 107.48 | 80.89 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 24 | 0.20 | 0 | 0.81 | 0.50 | 75.15 | 0.68 | 0.3 |
| Hex | 65 | 7F | 18 | 14 | 0 | 51 | 32 | 4B | 44 | 1E |
| Octal | 145 | 177 | 30 | 24 | 0 | 121 | 62 | 113 | 104 | 36 |
| Binary | 1100101 | 1111111 | 11000 | 10100 | 0 | 1010001 | 110010 | 1001011 | 1000100 | 11110 |
Color Harmonies of #657F18
Complementary color
Monochromatic Colors of #657F18
Black with #657F18
Text Example
Text Example
White with #657F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657F18; }
p { color: rgb(101,127,24); }
H1.HeaderClassName
{
color: #657F18;
}
.AnyTagClassName
{
color: #657F18;
}
</style>
background-color css
<style>
a { background-color: #657F18; }
a { background-color: rgb(101,127,24); }
div.DivClassName
{
background-color: #657F18;
}
.BgClassName
{
background-color: #657F18;
}
</style>
border-color css
<style>
span { border-color: #657F18; }
span { border-color: rgb(101,127,24); }
td.TdClassName
{
border-color: #657F18;
}
.TagClassName
{
border-color: #657F18;
}
</style>