Shades of Olive Drab #657F30
Tints of Olive Drab #657F30
RGB
CMYK
RGB Variations
Color information
#657F30 (or 0x657F30) is known color: Olive Drab. HEX triplet: 65, 7F and 30. RGB value is (101,127,48). Sum of RGB (Red+Green+Blue) = 101+127+48=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #657F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657F30 is #9A80CF. Grayscale: #6E6E6E. Windows color (decimal): -10125520 or 3178341. OLE color: 3178341.
HSL color Cylindrical-coordinate representation of color #657F30: hue angle of 79.75º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #657F30 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 127 | 48 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.50 |
| HSL | 79.75º | 0.45% | 0.34% | - |
| HSV(B) | 79.75º | 0.62% | 0.5% | - |
| XYZ | 13.49 | 18.16 | 5.59 | - |
| YUV | 110.22 | 92.89 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 48 | 0.20 | 0 | 0.62 | 0.50 | 79.75 | 0.45 | 0.34 |
| Hex | 65 | 7F | 30 | 14 | 0 | 3E | 32 | 50 | 2D | 22 |
| Octal | 145 | 177 | 60 | 24 | 0 | 76 | 62 | 120 | 55 | 42 |
| Binary | 1100101 | 1111111 | 110000 | 10100 | 0 | 111110 | 110010 | 1010000 | 101101 | 100010 |
Color Harmonies of #657F30
Complementary color
Monochromatic Colors of #657F30
Black with #657F30
Text Example
Text Example
White with #657F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657F30; }
p { color: rgb(101,127,48); }
H1.HeaderClassName
{
color: #657F30;
}
.AnyTagClassName
{
color: #657F30;
}
</style>
background-color css
<style>
a { background-color: #657F30; }
a { background-color: rgb(101,127,48); }
div.DivClassName
{
background-color: #657F30;
}
.BgClassName
{
background-color: #657F30;
}
</style>
border-color css
<style>
span { border-color: #657F30; }
span { border-color: rgb(101,127,48); }
td.TdClassName
{
border-color: #657F30;
}
.TagClassName
{
border-color: #657F30;
}
</style>