Shades of Olive Drab #627E27
Tints of Olive Drab #627E27
RGB
CMYK
RGB Variations
Color information
#627E27 (or 0x627E27) is known color: Olive Drab. HEX triplet: 62, 7E and 27. RGB value is (98,126,39). Sum of RGB (Red+Green+Blue) = 98+126+39=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 126 (49.61% from 255 or 47.91% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 126 - color contains mainly: green. Hex color #627E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627E27 is #9D81D8. Grayscale: #6C6C6C. Windows color (decimal): -10322393 or 2588258. OLE color: 2588258.
HSL color Cylindrical-coordinate representation of color #627E27: hue angle of 79.31º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #627E27 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 126 | 39 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.51 |
| HSL | 79.31º | 0.53% | 0.32% | - |
| HSV(B) | 79.31º | 0.69% | 0.49% | - |
| XYZ | 12.86 | 17.66 | 4.65 | - |
| YUV | 107.71 | 89.22 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 39 | 0.22 | 0 | 0.69 | 0.51 | 79.31 | 0.53 | 0.32 |
| Hex | 62 | 7E | 27 | 16 | 0 | 45 | 33 | 4F | 35 | 20 |
| Octal | 142 | 176 | 47 | 26 | 0 | 105 | 63 | 117 | 65 | 40 |
| Binary | 1100010 | 1111110 | 100111 | 10110 | 0 | 1000101 | 110011 | 1001111 | 110101 | 100000 |
Color Harmonies of #627E27
Complementary color
Monochromatic Colors of #627E27
Black with #627E27
Text Example
Text Example
White with #627E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627E27; }
p { color: rgb(98,126,39); }
H1.HeaderClassName
{
color: #627E27;
}
.AnyTagClassName
{
color: #627E27;
}
</style>
background-color css
<style>
a { background-color: #627E27; }
a { background-color: rgb(98,126,39); }
div.DivClassName
{
background-color: #627E27;
}
.BgClassName
{
background-color: #627E27;
}
</style>
border-color css
<style>
span { border-color: #627E27; }
span { border-color: rgb(98,126,39); }
td.TdClassName
{
border-color: #627E27;
}
.TagClassName
{
border-color: #627E27;
}
</style>