Shades of Olive #617E00
Tints of Olive #617E00
RGB
CMYK
RGB Variations
Color information
#617E00 (or 0x617E00) is known color: Olive. HEX triplet: 61, 7E and 00. RGB value is (97,126,0). Sum of RGB (Red+Green+Blue) = 97+126+0=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #617E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617E00 is #9E81FF. Grayscale: #676767. Windows color (decimal): -10387968 or 32353. OLE color: 32353.
HSL color Cylindrical-coordinate representation of color #617E00: hue angle of 73.81º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #617E00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 126 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.51 |
| HSL | 73.81º | 1% | 0.25% | - |
| HSV(B) | 73.81º | 1% | 0.49% | - |
| XYZ | 12.39 | 17.46 | 2.72 | - |
| YUV | 102.97 | 69.89 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 0 | 0.23 | 0 | 1 | 0.51 | 73.81 | 1 | 0.25 |
| Hex | 61 | 7E | 0 | 17 | 0 | 64 | 33 | 4A | 64 | 19 |
| Octal | 141 | 176 | 0 | 27 | 0 | 144 | 63 | 112 | 144 | 31 |
| Binary | 1100001 | 1111110 | 0 | 10111 | 0 | 1100100 | 110011 | 1001010 | 1100100 | 11001 |
Color Harmonies of #617E00
Complementary color
Monochromatic Colors of #617E00
Black with #617E00
Text Example
Text Example
White with #617E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E00; }
p { color: rgb(97,126,0); }
H1.HeaderClassName
{
color: #617E00;
}
.AnyTagClassName
{
color: #617E00;
}
</style>
background-color css
<style>
a { background-color: #617E00; }
a { background-color: rgb(97,126,0); }
div.DivClassName
{
background-color: #617E00;
}
.BgClassName
{
background-color: #617E00;
}
</style>
border-color css
<style>
span { border-color: #617E00; }
span { border-color: rgb(97,126,0); }
td.TdClassName
{
border-color: #617E00;
}
.TagClassName
{
border-color: #617E00;
}
</style>