Shades of Olive Drab #657F26
Tints of Olive Drab #657F26
RGB
CMYK
RGB Variations
Color information
#657F26 (or 0x657F26) is known color: Olive Drab. HEX triplet: 65, 7F and 26. RGB value is (101,127,38). Sum of RGB (Red+Green+Blue) = 101+127+38=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #657F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657F26 is #9A80D9. Grayscale: #6D6D6D. Windows color (decimal): -10125530 or 2522981. OLE color: 2522981.
HSL color Cylindrical-coordinate representation of color #657F26: hue angle of 77.53º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #657F26 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 127 | 38 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.50 |
| HSL | 77.53º | 0.54% | 0.32% | - |
| HSV(B) | 77.53º | 0.7% | 0.5% | - |
| XYZ | 13.31 | 18.09 | 4.62 | - |
| YUV | 109.08 | 87.89 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 38 | 0.20 | 0 | 0.70 | 0.50 | 77.53 | 0.54 | 0.32 |
| Hex | 65 | 7F | 26 | 14 | 0 | 46 | 32 | 4E | 36 | 20 |
| Octal | 145 | 177 | 46 | 24 | 0 | 106 | 62 | 116 | 66 | 40 |
| Binary | 1100101 | 1111111 | 100110 | 10100 | 0 | 1000110 | 110010 | 1001110 | 110110 | 100000 |
Color Harmonies of #657F26
Complementary color
Monochromatic Colors of #657F26
Black with #657F26
Text Example
Text Example
White with #657F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657F26; }
p { color: rgb(101,127,38); }
H1.HeaderClassName
{
color: #657F26;
}
.AnyTagClassName
{
color: #657F26;
}
</style>
background-color css
<style>
a { background-color: #657F26; }
a { background-color: rgb(101,127,38); }
div.DivClassName
{
background-color: #657F26;
}
.BgClassName
{
background-color: #657F26;
}
</style>
border-color css
<style>
span { border-color: #657F26; }
span { border-color: rgb(101,127,38); }
td.TdClassName
{
border-color: #657F26;
}
.TagClassName
{
border-color: #657F26;
}
</style>