Shades of Olive Drab #66830C
Tints of Olive Drab #66830C
RGB
CMYK
RGB Variations
Color information
#66830C (or 0x66830C) is known color: Olive Drab. HEX triplet: 66, 83 and 0C. RGB value is (102,131,12). Sum of RGB (Red+Green+Blue) = 102+131+12=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #66830C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66830C is #997CF3. Grayscale: #6D6D6D. Windows color (decimal): -10058996 or 820070. OLE color: 820070.
HSL color Cylindrical-coordinate representation of color #66830C: hue angle of 74.62º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66830C is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 131 | 12 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.49 |
| HSL | 74.62º | 0.83% | 0.28% | - |
| HSV(B) | 74.62º | 0.91% | 0.51% | - |
| XYZ | 13.66 | 19.08 | 3.31 | - |
| YUV | 108.76 | 73.39 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 12 | 0.22 | 0 | 0.91 | 0.49 | 74.62 | 0.83 | 0.28 |
| Hex | 66 | 83 | C | 16 | 0 | 5B | 31 | 4B | 53 | 1C |
| Octal | 146 | 203 | 14 | 26 | 0 | 133 | 61 | 113 | 123 | 34 |
| Binary | 1100110 | 10000011 | 1100 | 10110 | 0 | 1011011 | 110001 | 1001011 | 1010011 | 11100 |
Color Harmonies of #66830C
Complementary color
Monochromatic Colors of #66830C
Black with #66830C
Text Example
Text Example
White with #66830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66830C; }
p { color: rgb(102,131,12); }
H1.HeaderClassName
{
color: #66830C;
}
.AnyTagClassName
{
color: #66830C;
}
</style>
background-color css
<style>
a { background-color: #66830C; }
a { background-color: rgb(102,131,12); }
div.DivClassName
{
background-color: #66830C;
}
.BgClassName
{
background-color: #66830C;
}
</style>
border-color css
<style>
span { border-color: #66830C; }
span { border-color: rgb(102,131,12); }
td.TdClassName
{
border-color: #66830C;
}
.TagClassName
{
border-color: #66830C;
}
</style>