Shades of Olive Drab #67822E
Tints of Olive Drab #67822E
RGB
CMYK
RGB Variations
Color information
#67822E (or 0x67822E) is known color: Olive Drab. HEX triplet: 67, 82 and 2E. RGB value is (103,130,46). Sum of RGB (Red+Green+Blue) = 103+130+46=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #67822E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67822E is #987DD1. Grayscale: #707070. Windows color (decimal): -9993682 or 3048039. OLE color: 3048039.
HSL color Cylindrical-coordinate representation of color #67822E: hue angle of 79.29º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #67822E is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 130 | 46 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.49 |
| HSL | 79.29º | 0.48% | 0.35% | - |
| HSV(B) | 79.29º | 0.65% | 0.51% | - |
| XYZ | 14.07 | 19.05 | 5.52 | - |
| YUV | 112.35 | 90.55 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 46 | 0.21 | 0 | 0.65 | 0.49 | 79.29 | 0.48 | 0.35 |
| Hex | 67 | 82 | 2E | 15 | 0 | 41 | 31 | 4F | 30 | 23 |
| Octal | 147 | 202 | 56 | 25 | 0 | 101 | 61 | 117 | 60 | 43 |
| Binary | 1100111 | 10000010 | 101110 | 10101 | 0 | 1000001 | 110001 | 1001111 | 110000 | 100011 |
Color Harmonies of #67822E
Complementary color
Monochromatic Colors of #67822E
Black with #67822E
Text Example
Text Example
White with #67822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67822E; }
p { color: rgb(103,130,46); }
H1.HeaderClassName
{
color: #67822E;
}
.AnyTagClassName
{
color: #67822E;
}
</style>
background-color css
<style>
a { background-color: #67822E; }
a { background-color: rgb(103,130,46); }
div.DivClassName
{
background-color: #67822E;
}
.BgClassName
{
background-color: #67822E;
}
</style>
border-color css
<style>
span { border-color: #67822E; }
span { border-color: rgb(103,130,46); }
td.TdClassName
{
border-color: #67822E;
}
.TagClassName
{
border-color: #67822E;
}
</style>