Shades of Olive Drab #67820A
Tints of Olive Drab #67820A
RGB
CMYK
RGB Variations
Color information
#67820A (or 0x67820A) is known color: Olive Drab. HEX triplet: 67, 82 and 0A. RGB value is (103,130,10). Sum of RGB (Red+Green+Blue) = 103+130+10=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #67820A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67820A is #987DF5. Grayscale: #6C6C6C. Windows color (decimal): -9993718 or 688743. OLE color: 688743.
HSL color Cylindrical-coordinate representation of color #67820A: hue angle of 73.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67820A is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 130 | 10 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.49 |
| HSL | 73.5º | 0.86% | 0.27% | - |
| HSV(B) | 73.5º | 0.92% | 0.51% | - |
| XYZ | 13.63 | 18.87 | 3.21 | - |
| YUV | 108.25 | 72.55 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 10 | 0.21 | 0 | 0.92 | 0.49 | 73.5 | 0.86 | 0.27 |
| Hex | 67 | 82 | A | 15 | 0 | 5C | 31 | 4A | 56 | 1B |
| Octal | 147 | 202 | 12 | 25 | 0 | 134 | 61 | 112 | 126 | 33 |
| Binary | 1100111 | 10000010 | 1010 | 10101 | 0 | 1011100 | 110001 | 1001010 | 1010110 | 11011 |
Color Harmonies of #67820A
Complementary color
Monochromatic Colors of #67820A
Black with #67820A
Text Example
Text Example
White with #67820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67820A; }
p { color: rgb(103,130,10); }
H1.HeaderClassName
{
color: #67820A;
}
.AnyTagClassName
{
color: #67820A;
}
</style>
background-color css
<style>
a { background-color: #67820A; }
a { background-color: rgb(103,130,10); }
div.DivClassName
{
background-color: #67820A;
}
.BgClassName
{
background-color: #67820A;
}
</style>
border-color css
<style>
span { border-color: #67820A; }
span { border-color: rgb(103,130,10); }
td.TdClassName
{
border-color: #67820A;
}
.TagClassName
{
border-color: #67820A;
}
</style>