Shades of Olive Drab #65940F
Tints of Olive Drab #65940F
RGB
CMYK
RGB Variations
Color information
#65940F (or 0x65940F) is known color: Olive Drab. HEX triplet: 65, 94 and 0F. RGB value is (101,148,15). Sum of RGB (Red+Green+Blue) = 101+148+15=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #65940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65940F is #9A6BF0. Grayscale: #777777. Windows color (decimal): -10120177 or 1021029. OLE color: 1021029.
HSL color Cylindrical-coordinate representation of color #65940F: hue angle of 81.2º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65940F is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 148 | 15 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.42 |
| HSL | 81.2º | 0.82% | 0.32% | - |
| HSV(B) | 81.2º | 0.9% | 0.58% | - |
| XYZ | 16.04 | 23.98 | 4.24 | - |
| YUV | 118.79 | 69.43 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 15 | 0.32 | 0 | 0.90 | 0.42 | 81.2 | 0.82 | 0.32 |
| Hex | 65 | 94 | F | 20 | 0 | 5A | 2A | 51 | 52 | 20 |
| Octal | 145 | 224 | 17 | 40 | 0 | 132 | 52 | 121 | 122 | 40 |
| Binary | 1100101 | 10010100 | 1111 | 100000 | 0 | 1011010 | 101010 | 1010001 | 1010010 | 100000 |
Color Harmonies of #65940F
Complementary color
Monochromatic Colors of #65940F
Black with #65940F
Text Example
Text Example
White with #65940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65940F; }
p { color: rgb(101,148,15); }
H1.HeaderClassName
{
color: #65940F;
}
.AnyTagClassName
{
color: #65940F;
}
</style>
background-color css
<style>
a { background-color: #65940F; }
a { background-color: rgb(101,148,15); }
div.DivClassName
{
background-color: #65940F;
}
.BgClassName
{
background-color: #65940F;
}
</style>
border-color css
<style>
span { border-color: #65940F; }
span { border-color: rgb(101,148,15); }
td.TdClassName
{
border-color: #65940F;
}
.TagClassName
{
border-color: #65940F;
}
</style>