Shades of Olive Drab #66931E
Tints of Olive Drab #66931E
RGB
CMYK
RGB Variations
Color information
#66931E (or 0x66931E) is known color: Olive Drab. HEX triplet: 66, 93 and 1E. RGB value is (102,147,30). Sum of RGB (Red+Green+Blue) = 102+147+30=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #66931E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66931E is #996CE1. Grayscale: #787878. Windows color (decimal): -10054882 or 2003814. OLE color: 2003814.
HSL color Cylindrical-coordinate representation of color #66931E: hue angle of 83.08º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66931E is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 30 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.42 |
| HSL | 83.08º | 0.66% | 0.35% | - |
| HSV(B) | 83.08º | 0.8% | 0.58% | - |
| XYZ | 16.15 | 23.79 | 4.97 | - |
| YUV | 120.21 | 77.09 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 30 | 0.31 | 0 | 0.80 | 0.42 | 83.08 | 0.66 | 0.35 |
| Hex | 66 | 93 | 1E | 1F | 0 | 50 | 2A | 53 | 42 | 23 |
| Octal | 146 | 223 | 36 | 37 | 0 | 120 | 52 | 123 | 102 | 43 |
| Binary | 1100110 | 10010011 | 11110 | 11111 | 0 | 1010000 | 101010 | 1010011 | 1000010 | 100011 |
Color Harmonies of #66931E
Complementary color
Monochromatic Colors of #66931E
Black with #66931E
Text Example
Text Example
White with #66931E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66931E; }
p { color: rgb(102,147,30); }
H1.HeaderClassName
{
color: #66931E;
}
.AnyTagClassName
{
color: #66931E;
}
</style>
background-color css
<style>
a { background-color: #66931E; }
a { background-color: rgb(102,147,30); }
div.DivClassName
{
background-color: #66931E;
}
.BgClassName
{
background-color: #66931E;
}
</style>
border-color css
<style>
span { border-color: #66931E; }
span { border-color: rgb(102,147,30); }
td.TdClassName
{
border-color: #66931E;
}
.TagClassName
{
border-color: #66931E;
}
</style>