Shades of Olive #657C04
Tints of Olive #657C04
RGB
CMYK
RGB Variations
Color information
#657C04 (or 0x657C04) is known color: Olive. HEX triplet: 65, 7C and 04. RGB value is (101,124,4). Sum of RGB (Red+Green+Blue) = 101+124+4=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #657C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657C04 is #9A83FB. Grayscale: #676767. Windows color (decimal): -10126332 or 293989. OLE color: 293989.
HSL color Cylindrical-coordinate representation of color #657C04: hue angle of 71.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #657C04 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 124 | 4 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.51 |
| HSL | 71.5º | 0.94% | 0.25% | - |
| HSV(B) | 71.5º | 0.97% | 0.49% | - |
| XYZ | 12.6 | 17.19 | 2.77 | - |
| YUV | 103.44 | 71.88 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 4 | 0.19 | 0 | 0.97 | 0.51 | 71.5 | 0.94 | 0.25 |
| Hex | 65 | 7C | 4 | 13 | 0 | 61 | 33 | 48 | 5E | 19 |
| Octal | 145 | 174 | 4 | 23 | 0 | 141 | 63 | 110 | 136 | 31 |
| Binary | 1100101 | 1111100 | 100 | 10011 | 0 | 1100001 | 110011 | 1001000 | 1011110 | 11001 |
Color Harmonies of #657C04
Complementary color
Monochromatic Colors of #657C04
Black with #657C04
Text Example
Text Example
White with #657C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657C04; }
p { color: rgb(101,124,4); }
H1.HeaderClassName
{
color: #657C04;
}
.AnyTagClassName
{
color: #657C04;
}
</style>
background-color css
<style>
a { background-color: #657C04; }
a { background-color: rgb(101,124,4); }
div.DivClassName
{
background-color: #657C04;
}
.BgClassName
{
background-color: #657C04;
}
</style>
border-color css
<style>
span { border-color: #657C04; }
span { border-color: rgb(101,124,4); }
td.TdClassName
{
border-color: #657C04;
}
.TagClassName
{
border-color: #657C04;
}
</style>