Shades of Olive Drab #65821A
Tints of Olive Drab #65821A
RGB
CMYK
RGB Variations
Color information
#65821A (or 0x65821A) is known color: Olive Drab. HEX triplet: 65, 82 and 1A. RGB value is (101,130,26). Sum of RGB (Red+Green+Blue) = 101+130+26=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #65821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65821A is #9A7DE5. Grayscale: #6D6D6D. Windows color (decimal): -10124774 or 1737317. OLE color: 1737317.
HSL color Cylindrical-coordinate representation of color #65821A: hue angle of 76.73º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65821A is Cyan = 0.22, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 130 | 26 | - |
| CMYK | 0.22 | 0 | 0.8 | 0.49 |
| HSL | 76.73º | 0.67% | 0.31% | - |
| HSV(B) | 76.73º | 0.8% | 0.51% | - |
| XYZ | 13.54 | 18.81 | 3.89 | - |
| YUV | 109.47 | 80.89 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 26 | 0.22 | 0 | 0.8 | 0.49 | 76.73 | 0.67 | 0.31 |
| Hex | 65 | 82 | 1A | 16 | 0 | 50 | 31 | 4D | 43 | 1F |
| Octal | 145 | 202 | 32 | 26 | 0 | 120 | 61 | 115 | 103 | 37 |
| Binary | 1100101 | 10000010 | 11010 | 10110 | 0 | 1010000 | 110001 | 1001101 | 1000011 | 11111 |
Color Harmonies of #65821A
Complementary color
Monochromatic Colors of #65821A
Black with #65821A
Text Example
Text Example
White with #65821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65821A; }
p { color: rgb(101,130,26); }
H1.HeaderClassName
{
color: #65821A;
}
.AnyTagClassName
{
color: #65821A;
}
</style>
background-color css
<style>
a { background-color: #65821A; }
a { background-color: rgb(101,130,26); }
div.DivClassName
{
background-color: #65821A;
}
.BgClassName
{
background-color: #65821A;
}
</style>
border-color css
<style>
span { border-color: #65821A; }
span { border-color: rgb(101,130,26); }
td.TdClassName
{
border-color: #65821A;
}
.TagClassName
{
border-color: #65821A;
}
</style>