Shades of Olive Drab #658C27
Tints of Olive Drab #658C27
RGB
CMYK
RGB Variations
Color information
#658C27 (or 0x658C27) is known color: Olive Drab. HEX triplet: 65, 8C and 27. RGB value is (101,140,39). Sum of RGB (Red+Green+Blue) = 101+140+39=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #658C27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658C27 is #9A73D8. Grayscale: #757575. Windows color (decimal): -10122201 or 2591845. OLE color: 2591845.
HSL color Cylindrical-coordinate representation of color #658C27: hue angle of 83.17º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #658C27 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 140 | 39 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.45 |
| HSL | 83.17º | 0.56% | 0.35% | - |
| HSV(B) | 83.17º | 0.72% | 0.55% | - |
| XYZ | 15.11 | 21.67 | 5.31 | - |
| YUV | 116.83 | 84.08 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 39 | 0.28 | 0 | 0.72 | 0.45 | 83.17 | 0.56 | 0.35 |
| Hex | 65 | 8C | 27 | 1C | 0 | 48 | 2D | 53 | 38 | 23 |
| Octal | 145 | 214 | 47 | 34 | 0 | 110 | 55 | 123 | 70 | 43 |
| Binary | 1100101 | 10001100 | 100111 | 11100 | 0 | 1001000 | 101101 | 1010011 | 111000 | 100011 |
Color Harmonies of #658C27
Complementary color
Monochromatic Colors of #658C27
Black with #658C27
Text Example
Text Example
White with #658C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658C27; }
p { color: rgb(101,140,39); }
H1.HeaderClassName
{
color: #658C27;
}
.AnyTagClassName
{
color: #658C27;
}
</style>
background-color css
<style>
a { background-color: #658C27; }
a { background-color: rgb(101,140,39); }
div.DivClassName
{
background-color: #658C27;
}
.BgClassName
{
background-color: #658C27;
}
</style>
border-color css
<style>
span { border-color: #658C27; }
span { border-color: rgb(101,140,39); }
td.TdClassName
{
border-color: #658C27;
}
.TagClassName
{
border-color: #658C27;
}
</style>