Shades of Olive Drab #668231
Tints of Olive Drab #668231
RGB
CMYK
RGB Variations
Color information
#668231 (or 0x668231) is known color: Olive Drab. HEX triplet: 66, 82 and 31. RGB value is (102,130,49). Sum of RGB (Red+Green+Blue) = 102+130+49=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #668231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668231 is #997DCE. Grayscale: #707070. Windows color (decimal): -10059215 or 3244646. OLE color: 3244646.
HSL color Cylindrical-coordinate representation of color #668231: hue angle of 80.74º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #668231 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 130 | 49 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.49 |
| HSL | 80.74º | 0.45% | 0.35% | - |
| HSV(B) | 80.74º | 0.62% | 0.51% | - |
| XYZ | 14.02 | 19.01 | 5.84 | - |
| YUV | 112.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 49 | 0.22 | 0 | 0.62 | 0.49 | 80.74 | 0.45 | 0.35 |
| Hex | 66 | 82 | 31 | 16 | 0 | 3E | 31 | 51 | 2D | 23 |
| Octal | 146 | 202 | 61 | 26 | 0 | 76 | 61 | 121 | 55 | 43 |
| Binary | 1100110 | 10000010 | 110001 | 10110 | 0 | 111110 | 110001 | 1010001 | 101101 | 100011 |
Color Harmonies of #668231
Complementary color
Monochromatic Colors of #668231
Black with #668231
Text Example
Text Example
White with #668231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668231; }
p { color: rgb(102,130,49); }
H1.HeaderClassName
{
color: #668231;
}
.AnyTagClassName
{
color: #668231;
}
</style>
background-color css
<style>
a { background-color: #668231; }
a { background-color: rgb(102,130,49); }
div.DivClassName
{
background-color: #668231;
}
.BgClassName
{
background-color: #668231;
}
</style>
border-color css
<style>
span { border-color: #668231; }
span { border-color: rgb(102,130,49); }
td.TdClassName
{
border-color: #668231;
}
.TagClassName
{
border-color: #668231;
}
</style>