Shades of Olive Drab #668135
Tints of Olive Drab #668135
RGB
CMYK
RGB Variations
Color information
#668135 (or 0x668135) is known color: Olive Drab. HEX triplet: 66, 81 and 35. RGB value is (102,129,53). Sum of RGB (Red+Green+Blue) = 102+129+53=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #668135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668135 is #997ECA. Grayscale: #707070. Windows color (decimal): -10059467 or 3506534. OLE color: 3506534.
HSL color Cylindrical-coordinate representation of color #668135: hue angle of 81.32º 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 #668135 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 129 | 53 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.49 |
| HSL | 81.32º | 0.42% | 0.36% | - |
| HSV(B) | 81.32º | 0.59% | 0.51% | - |
| XYZ | 13.97 | 18.78 | 6.26 | - |
| YUV | 112.26 | 94.55 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 53 | 0.21 | 0 | 0.59 | 0.49 | 81.32 | 0.42 | 0.36 |
| Hex | 66 | 81 | 35 | 15 | 0 | 3B | 31 | 51 | 2A | 24 |
| Octal | 146 | 201 | 65 | 25 | 0 | 73 | 61 | 121 | 52 | 44 |
| Binary | 1100110 | 10000001 | 110101 | 10101 | 0 | 111011 | 110001 | 1010001 | 101010 | 100100 |
Color Harmonies of #668135
Complementary color
Monochromatic Colors of #668135
Black with #668135
Text Example
Text Example
White with #668135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668135; }
p { color: rgb(102,129,53); }
H1.HeaderClassName
{
color: #668135;
}
.AnyTagClassName
{
color: #668135;
}
</style>
background-color css
<style>
a { background-color: #668135; }
a { background-color: rgb(102,129,53); }
div.DivClassName
{
background-color: #668135;
}
.BgClassName
{
background-color: #668135;
}
</style>
border-color css
<style>
span { border-color: #668135; }
span { border-color: rgb(102,129,53); }
td.TdClassName
{
border-color: #668135;
}
.TagClassName
{
border-color: #668135;
}
</style>