Shades of Olive Drab #65821B
Tints of Olive Drab #65821B
RGB
CMYK
RGB Variations
Color information
#65821B (or 0x65821B) is known color: Olive Drab. HEX triplet: 65, 82 and 1B. RGB value is (101,130,27). Sum of RGB (Red+Green+Blue) = 101+130+27=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #65821B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65821B is #9A7DE4. Grayscale: #6D6D6D. Windows color (decimal): -10124773 or 1802853. OLE color: 1802853.
HSL color Cylindrical-coordinate representation of color #65821B: hue angle of 76.89º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65821B is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 130 | 27 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.49 |
| HSL | 76.89º | 0.66% | 0.31% | - |
| HSV(B) | 76.89º | 0.79% | 0.51% | - |
| XYZ | 13.55 | 18.81 | 3.95 | - |
| YUV | 109.59 | 81.39 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 27 | 0.22 | 0 | 0.79 | 0.49 | 76.89 | 0.66 | 0.31 |
| Hex | 65 | 82 | 1B | 16 | 0 | 4F | 31 | 4D | 42 | 1F |
| Octal | 145 | 202 | 33 | 26 | 0 | 117 | 61 | 115 | 102 | 37 |
| Binary | 1100101 | 10000010 | 11011 | 10110 | 0 | 1001111 | 110001 | 1001101 | 1000010 | 11111 |
Color Harmonies of #65821B
Complementary color
Monochromatic Colors of #65821B
Black with #65821B
Text Example
Text Example
White with #65821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65821B; }
p { color: rgb(101,130,27); }
H1.HeaderClassName
{
color: #65821B;
}
.AnyTagClassName
{
color: #65821B;
}
</style>
background-color css
<style>
a { background-color: #65821B; }
a { background-color: rgb(101,130,27); }
div.DivClassName
{
background-color: #65821B;
}
.BgClassName
{
background-color: #65821B;
}
</style>
border-color css
<style>
span { border-color: #65821B; }
span { border-color: rgb(101,130,27); }
td.TdClassName
{
border-color: #65821B;
}
.TagClassName
{
border-color: #65821B;
}
</style>