Shades of Olive Drab #627F17
Tints of Olive Drab #627F17
RGB
CMYK
RGB Variations
Color information
#627F17 (or 0x627F17) is known color: Olive Drab. HEX triplet: 62, 7F and 17. RGB value is (98,127,23). Sum of RGB (Red+Green+Blue) = 98+127+23=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #627F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627F17 is #9D80E8. Grayscale: #6A6A6A. Windows color (decimal): -10322153 or 1539938. OLE color: 1539938.
HSL color Cylindrical-coordinate representation of color #627F17: hue angle of 76.73º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #627F17 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 127 | 23 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.50 |
| HSL | 76.73º | 0.69% | 0.29% | - |
| HSV(B) | 76.73º | 0.82% | 0.5% | - |
| XYZ | 12.78 | 17.84 | 3.58 | - |
| YUV | 106.47 | 80.89 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 23 | 0.23 | 0 | 0.82 | 0.50 | 76.73 | 0.69 | 0.29 |
| Hex | 62 | 7F | 17 | 17 | 0 | 52 | 32 | 4D | 45 | 1D |
| Octal | 142 | 177 | 27 | 27 | 0 | 122 | 62 | 115 | 105 | 35 |
| Binary | 1100010 | 1111111 | 10111 | 10111 | 0 | 1010010 | 110010 | 1001101 | 1000101 | 11101 |
Color Harmonies of #627F17
Complementary color
Monochromatic Colors of #627F17
Black with #627F17
Text Example
Text Example
White with #627F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627F17; }
p { color: rgb(98,127,23); }
H1.HeaderClassName
{
color: #627F17;
}
.AnyTagClassName
{
color: #627F17;
}
</style>
background-color css
<style>
a { background-color: #627F17; }
a { background-color: rgb(98,127,23); }
div.DivClassName
{
background-color: #627F17;
}
.BgClassName
{
background-color: #627F17;
}
</style>
border-color css
<style>
span { border-color: #627F17; }
span { border-color: rgb(98,127,23); }
td.TdClassName
{
border-color: #627F17;
}
.TagClassName
{
border-color: #627F17;
}
</style>