Shades of Olive Drab #66892D
Tints of Olive Drab #66892D
RGB
CMYK
RGB Variations
Color information
#66892D (or 0x66892D) is known color: Olive Drab. HEX triplet: 66, 89 and 2D. RGB value is (102,137,45). Sum of RGB (Red+Green+Blue) = 102+137+45=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #66892D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66892D is #9976D2. Grayscale: #747474. Windows color (decimal): -10057427 or 2984294. OLE color: 2984294.
HSL color Cylindrical-coordinate representation of color #66892D: hue angle of 82.83º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66892D is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 137 | 45 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.46 |
| HSL | 82.83º | 0.51% | 0.36% | - |
| HSV(B) | 82.83º | 0.67% | 0.54% | - |
| XYZ | 14.9 | 20.91 | 5.73 | - |
| YUV | 116.05 | 87.9 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 137 | 45 | 0.26 | 0 | 0.67 | 0.46 | 82.83 | 0.51 | 0.36 |
| Hex | 66 | 89 | 2D | 1A | 0 | 43 | 2E | 53 | 33 | 24 |
| Octal | 146 | 211 | 55 | 32 | 0 | 103 | 56 | 123 | 63 | 44 |
| Binary | 1100110 | 10001001 | 101101 | 11010 | 0 | 1000011 | 101110 | 1010011 | 110011 | 100100 |
Color Harmonies of #66892D
Complementary color
Monochromatic Colors of #66892D
Black with #66892D
Text Example
Text Example
White with #66892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66892D; }
p { color: rgb(102,137,45); }
H1.HeaderClassName
{
color: #66892D;
}
.AnyTagClassName
{
color: #66892D;
}
</style>
background-color css
<style>
a { background-color: #66892D; }
a { background-color: rgb(102,137,45); }
div.DivClassName
{
background-color: #66892D;
}
.BgClassName
{
background-color: #66892D;
}
</style>
border-color css
<style>
span { border-color: #66892D; }
span { border-color: rgb(102,137,45); }
td.TdClassName
{
border-color: #66892D;
}
.TagClassName
{
border-color: #66892D;
}
</style>