Shades of Olive Drab #67802C
Tints of Olive Drab #67802C
RGB
CMYK
RGB Variations
Color information
#67802C (or 0x67802C) is known color: Olive Drab. HEX triplet: 67, 80 and 2C. RGB value is (103,128,44). Sum of RGB (Red+Green+Blue) = 103+128+44=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #67802C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67802C is #987FD3. Grayscale: #6F6F6F. Windows color (decimal): -9994196 or 2916455. OLE color: 2916455.
HSL color Cylindrical-coordinate representation of color #67802C: hue angle of 77.86º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67802C is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 128 | 44 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.50 |
| HSL | 77.86º | 0.49% | 0.34% | - |
| HSV(B) | 77.86º | 0.66% | 0.5% | - |
| XYZ | 13.77 | 18.5 | 5.23 | - |
| YUV | 110.95 | 90.22 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 44 | 0.20 | 0 | 0.66 | 0.50 | 77.86 | 0.49 | 0.34 |
| Hex | 67 | 80 | 2C | 14 | 0 | 42 | 32 | 4E | 31 | 22 |
| Octal | 147 | 200 | 54 | 24 | 0 | 102 | 62 | 116 | 61 | 42 |
| Binary | 1100111 | 10000000 | 101100 | 10100 | 0 | 1000010 | 110010 | 1001110 | 110001 | 100010 |
Color Harmonies of #67802C
Complementary color
Monochromatic Colors of #67802C
Black with #67802C
Text Example
Text Example
White with #67802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67802C; }
p { color: rgb(103,128,44); }
H1.HeaderClassName
{
color: #67802C;
}
.AnyTagClassName
{
color: #67802C;
}
</style>
background-color css
<style>
a { background-color: #67802C; }
a { background-color: rgb(103,128,44); }
div.DivClassName
{
background-color: #67802C;
}
.BgClassName
{
background-color: #67802C;
}
</style>
border-color css
<style>
span { border-color: #67802C; }
span { border-color: rgb(103,128,44); }
td.TdClassName
{
border-color: #67802C;
}
.TagClassName
{
border-color: #67802C;
}
</style>