Shades of Olive Drab #668235
Tints of Olive Drab #668235
RGB
CMYK
RGB Variations
Color information
#668235 (or 0x668235) is known color: Olive Drab. HEX triplet: 66, 82 and 35. RGB value is (102,130,53). Sum of RGB (Red+Green+Blue) = 102+130+53=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #668235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668235 is #997DCA. Grayscale: #717171. Windows color (decimal): -10059211 or 3506790. OLE color: 3506790.
HSL color Cylindrical-coordinate representation of color #668235: hue angle of 81.82º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #668235 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 130 | 53 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.49 |
| HSL | 81.82º | 0.42% | 0.36% | - |
| HSV(B) | 81.82º | 0.59% | 0.51% | - |
| XYZ | 14.1 | 19.05 | 6.3 | - |
| YUV | 112.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 53 | 0.22 | 0 | 0.59 | 0.49 | 81.82 | 0.42 | 0.36 |
| Hex | 66 | 82 | 35 | 16 | 0 | 3B | 31 | 52 | 2A | 24 |
| Octal | 146 | 202 | 65 | 26 | 0 | 73 | 61 | 122 | 52 | 44 |
| Binary | 1100110 | 10000010 | 110101 | 10110 | 0 | 111011 | 110001 | 1010010 | 101010 | 100100 |
Color Harmonies of #668235
Complementary color
Monochromatic Colors of #668235
Black with #668235
Text Example
Text Example
White with #668235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668235; }
p { color: rgb(102,130,53); }
H1.HeaderClassName
{
color: #668235;
}
.AnyTagClassName
{
color: #668235;
}
</style>
background-color css
<style>
a { background-color: #668235; }
a { background-color: rgb(102,130,53); }
div.DivClassName
{
background-color: #668235;
}
.BgClassName
{
background-color: #668235;
}
</style>
border-color css
<style>
span { border-color: #668235; }
span { border-color: rgb(102,130,53); }
td.TdClassName
{
border-color: #668235;
}
.TagClassName
{
border-color: #668235;
}
</style>