Shades of Olive Drab #66951C
Tints of Olive Drab #66951C
RGB
CMYK
RGB Variations
Color information
#66951C (or 0x66951C) is known color: Olive Drab. HEX triplet: 66, 95 and 1C. RGB value is (102,149,28). Sum of RGB (Red+Green+Blue) = 102+149+28=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #66951C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66951C is #996AE3. Grayscale: #797979. Windows color (decimal): -10054372 or 1873254. OLE color: 1873254.
HSL color Cylindrical-coordinate representation of color #66951C: hue angle of 83.31º 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 #66951C is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 28 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.42 |
| HSL | 83.31º | 0.68% | 0.35% | - |
| HSV(B) | 83.31º | 0.81% | 0.58% | - |
| XYZ | 16.44 | 24.4 | 4.94 | - |
| YUV | 121.15 | 75.43 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 28 | 0.32 | 0 | 0.81 | 0.42 | 83.31 | 0.68 | 0.35 |
| Hex | 66 | 95 | 1C | 20 | 0 | 51 | 2A | 53 | 44 | 23 |
| Octal | 146 | 225 | 34 | 40 | 0 | 121 | 52 | 123 | 104 | 43 |
| Binary | 1100110 | 10010101 | 11100 | 100000 | 0 | 1010001 | 101010 | 1010011 | 1000100 | 100011 |
Color Harmonies of #66951C
Complementary color
Monochromatic Colors of #66951C
Black with #66951C
Text Example
Text Example
White with #66951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66951C; }
p { color: rgb(102,149,28); }
H1.HeaderClassName
{
color: #66951C;
}
.AnyTagClassName
{
color: #66951C;
}
</style>
background-color css
<style>
a { background-color: #66951C; }
a { background-color: rgb(102,149,28); }
div.DivClassName
{
background-color: #66951C;
}
.BgClassName
{
background-color: #66951C;
}
</style>
border-color css
<style>
span { border-color: #66951C; }
span { border-color: rgb(102,149,28); }
td.TdClassName
{
border-color: #66951C;
}
.TagClassName
{
border-color: #66951C;
}
</style>