Shades of Olive Drab #66941C
Tints of Olive Drab #66941C
RGB
CMYK
RGB Variations
Color information
#66941C (or 0x66941C) is known color: Olive Drab. HEX triplet: 66, 94 and 1C. RGB value is (102,148,28). Sum of RGB (Red+Green+Blue) = 102+148+28=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #66941C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66941C is #996BE3. Grayscale: #787878. Windows color (decimal): -10054628 or 1872998. OLE color: 1872998.
HSL color Cylindrical-coordinate representation of color #66941C: hue angle of 83º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66941C is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 148 | 28 | - |
| CMYK | 0.31 | 0 | 0.81 | 0.42 |
| HSL | 83º | 0.68% | 0.35% | - |
| HSV(B) | 83º | 0.81% | 0.58% | - |
| XYZ | 16.28 | 24.09 | 4.89 | - |
| YUV | 120.57 | 75.76 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 28 | 0.31 | 0 | 0.81 | 0.42 | 83 | 0.68 | 0.35 |
| Hex | 66 | 94 | 1C | 1F | 0 | 51 | 2A | 53 | 44 | 23 |
| Octal | 146 | 224 | 34 | 37 | 0 | 121 | 52 | 123 | 104 | 43 |
| Binary | 1100110 | 10010100 | 11100 | 11111 | 0 | 1010001 | 101010 | 1010011 | 1000100 | 100011 |
Color Harmonies of #66941C
Complementary color
Monochromatic Colors of #66941C
Black with #66941C
Text Example
Text Example
White with #66941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66941C; }
p { color: rgb(102,148,28); }
H1.HeaderClassName
{
color: #66941C;
}
.AnyTagClassName
{
color: #66941C;
}
</style>
background-color css
<style>
a { background-color: #66941C; }
a { background-color: rgb(102,148,28); }
div.DivClassName
{
background-color: #66941C;
}
.BgClassName
{
background-color: #66941C;
}
</style>
border-color css
<style>
span { border-color: #66941C; }
span { border-color: rgb(102,148,28); }
td.TdClassName
{
border-color: #66941C;
}
.TagClassName
{
border-color: #66941C;
}
</style>