Shades of Olive Drab #65840C
Tints of Olive Drab #65840C
RGB
CMYK
RGB Variations
Color information
#65840C (or 0x65840C) is known color: Olive Drab. HEX triplet: 65, 84 and 0C. RGB value is (101,132,12). Sum of RGB (Red+Green+Blue) = 101+132+12=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #65840C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65840C is #9A7BF3. Grayscale: #6D6D6D. Windows color (decimal): -10124276 or 820325. OLE color: 820325.
HSL color Cylindrical-coordinate representation of color #65840C: hue angle of 75.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65840C is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 12 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.48 |
| HSL | 75.5º | 0.83% | 0.28% | - |
| HSV(B) | 75.5º | 0.91% | 0.52% | - |
| XYZ | 13.68 | 19.3 | 3.35 | - |
| YUV | 109.05 | 73.23 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 12 | 0.23 | 0 | 0.91 | 0.48 | 75.5 | 0.83 | 0.28 |
| Hex | 65 | 84 | C | 17 | 0 | 5B | 30 | 4C | 53 | 1C |
| Octal | 145 | 204 | 14 | 27 | 0 | 133 | 60 | 114 | 123 | 34 |
| Binary | 1100101 | 10000100 | 1100 | 10111 | 0 | 1011011 | 110000 | 1001100 | 1010011 | 11100 |
Color Harmonies of #65840C
Complementary color
Monochromatic Colors of #65840C
Black with #65840C
Text Example
Text Example
White with #65840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65840C; }
p { color: rgb(101,132,12); }
H1.HeaderClassName
{
color: #65840C;
}
.AnyTagClassName
{
color: #65840C;
}
</style>
background-color css
<style>
a { background-color: #65840C; }
a { background-color: rgb(101,132,12); }
div.DivClassName
{
background-color: #65840C;
}
.BgClassName
{
background-color: #65840C;
}
</style>
border-color css
<style>
span { border-color: #65840C; }
span { border-color: rgb(101,132,12); }
td.TdClassName
{
border-color: #65840C;
}
.TagClassName
{
border-color: #65840C;
}
</style>