Shades of Olive Drab #67801C
Tints of Olive Drab #67801C
RGB
CMYK
RGB Variations
Color information
#67801C (or 0x67801C) is known color: Olive Drab. HEX triplet: 67, 80 and 1C. RGB value is (103,128,28). Sum of RGB (Red+Green+Blue) = 103+128+28=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #67801C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67801C is #987FE3. Grayscale: #6D6D6D. Windows color (decimal): -9994212 or 1867879. OLE color: 1867879.
HSL color Cylindrical-coordinate representation of color #67801C: hue angle of 75º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67801C is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 128 | 28 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.50 |
| HSL | 75º | 0.64% | 0.31% | - |
| HSV(B) | 75º | 0.78% | 0.5% | - |
| XYZ | 13.52 | 18.41 | 3.94 | - |
| YUV | 109.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 28 | 0.20 | 0 | 0.78 | 0.50 | 75 | 0.64 | 0.31 |
| Hex | 67 | 80 | 1C | 14 | 0 | 4E | 32 | 4B | 40 | 1F |
| Octal | 147 | 200 | 34 | 24 | 0 | 116 | 62 | 113 | 100 | 37 |
| Binary | 1100111 | 10000000 | 11100 | 10100 | 0 | 1001110 | 110010 | 1001011 | 1000000 | 11111 |
Color Harmonies of #67801C
Complementary color
Monochromatic Colors of #67801C
Black with #67801C
Text Example
Text Example
White with #67801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67801C; }
p { color: rgb(103,128,28); }
H1.HeaderClassName
{
color: #67801C;
}
.AnyTagClassName
{
color: #67801C;
}
</style>
background-color css
<style>
a { background-color: #67801C; }
a { background-color: rgb(103,128,28); }
div.DivClassName
{
background-color: #67801C;
}
.BgClassName
{
background-color: #67801C;
}
</style>
border-color css
<style>
span { border-color: #67801C; }
span { border-color: rgb(103,128,28); }
td.TdClassName
{
border-color: #67801C;
}
.TagClassName
{
border-color: #67801C;
}
</style>