Shades of Olive Drab #65842D
Tints of Olive Drab #65842D
RGB
CMYK
RGB Variations
Color information
#65842D (or 0x65842D) is known color: Olive Drab. HEX triplet: 65, 84 and 2D. RGB value is (101,132,45). Sum of RGB (Red+Green+Blue) = 101+132+45=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #65842D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65842D is #9A7BD2. Grayscale: #717171. Windows color (decimal): -10124243 or 2983013. OLE color: 2983013.
HSL color Cylindrical-coordinate representation of color #65842D: hue angle of 81.38º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65842D is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 45 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.48 |
| HSL | 81.38º | 0.49% | 0.35% | - |
| HSV(B) | 81.38º | 0.66% | 0.52% | - |
| XYZ | 14.09 | 19.46 | 5.5 | - |
| YUV | 112.81 | 89.73 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 45 | 0.23 | 0 | 0.66 | 0.48 | 81.38 | 0.49 | 0.35 |
| Hex | 65 | 84 | 2D | 17 | 0 | 42 | 30 | 51 | 31 | 23 |
| Octal | 145 | 204 | 55 | 27 | 0 | 102 | 60 | 121 | 61 | 43 |
| Binary | 1100101 | 10000100 | 101101 | 10111 | 0 | 1000010 | 110000 | 1010001 | 110001 | 100011 |
Color Harmonies of #65842D
Complementary color
Monochromatic Colors of #65842D
Black with #65842D
Text Example
Text Example
White with #65842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65842D; }
p { color: rgb(101,132,45); }
H1.HeaderClassName
{
color: #65842D;
}
.AnyTagClassName
{
color: #65842D;
}
</style>
background-color css
<style>
a { background-color: #65842D; }
a { background-color: rgb(101,132,45); }
div.DivClassName
{
background-color: #65842D;
}
.BgClassName
{
background-color: #65842D;
}
</style>
border-color css
<style>
span { border-color: #65842D; }
span { border-color: rgb(101,132,45); }
td.TdClassName
{
border-color: #65842D;
}
.TagClassName
{
border-color: #65842D;
}
</style>