Shades of Olive Drab #66890C
Tints of Olive Drab #66890C
RGB
CMYK
RGB Variations
Color information
#66890C (or 0x66890C) is known color: Olive Drab. HEX triplet: 66, 89 and 0C. RGB value is (102,137,12). Sum of RGB (Red+Green+Blue) = 102+137+12=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #66890C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66890C is #9976F3. Grayscale: #707070. Windows color (decimal): -10057460 or 821606. OLE color: 821606.
HSL color Cylindrical-coordinate representation of color #66890C: hue angle of 76.8º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66890C is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 137 | 12 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.46 |
| HSL | 76.8º | 0.84% | 0.29% | - |
| HSV(B) | 76.8º | 0.91% | 0.54% | - |
| XYZ | 14.49 | 20.74 | 3.59 | - |
| YUV | 112.29 | 71.4 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 137 | 12 | 0.26 | 0 | 0.91 | 0.46 | 76.8 | 0.84 | 0.29 |
| Hex | 66 | 89 | C | 1A | 0 | 5B | 2E | 4D | 54 | 1D |
| Octal | 146 | 211 | 14 | 32 | 0 | 133 | 56 | 115 | 124 | 35 |
| Binary | 1100110 | 10001001 | 1100 | 11010 | 0 | 1011011 | 101110 | 1001101 | 1010100 | 11101 |
Color Harmonies of #66890C
Complementary color
Monochromatic Colors of #66890C
Black with #66890C
Text Example
Text Example
White with #66890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66890C; }
p { color: rgb(102,137,12); }
H1.HeaderClassName
{
color: #66890C;
}
.AnyTagClassName
{
color: #66890C;
}
</style>
background-color css
<style>
a { background-color: #66890C; }
a { background-color: rgb(102,137,12); }
div.DivClassName
{
background-color: #66890C;
}
.BgClassName
{
background-color: #66890C;
}
</style>
border-color css
<style>
span { border-color: #66890C; }
span { border-color: rgb(102,137,12); }
td.TdClassName
{
border-color: #66890C;
}
.TagClassName
{
border-color: #66890C;
}
</style>