Shades of Olive Drab #67890A
Tints of Olive Drab #67890A
RGB
CMYK
RGB Variations
Color information
#67890A (or 0x67890A) is known color: Olive Drab. HEX triplet: 67, 89 and 0A. RGB value is (103,137,10). Sum of RGB (Red+Green+Blue) = 103+137+10=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #67890A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67890A is #9876F5. Grayscale: #707070. Windows color (decimal): -9991926 or 690535. OLE color: 690535.
HSL color Cylindrical-coordinate representation of color #67890A: hue angle of 76.06º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67890A is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 137 | 10 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.46 |
| HSL | 76.06º | 0.86% | 0.29% | - |
| HSV(B) | 76.06º | 0.93% | 0.54% | - |
| XYZ | 14.59 | 20.8 | 3.53 | - |
| YUV | 112.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 10 | 0.25 | 0 | 0.93 | 0.46 | 76.06 | 0.86 | 0.29 |
| Hex | 67 | 89 | A | 19 | 0 | 5D | 2E | 4C | 56 | 1D |
| Octal | 147 | 211 | 12 | 31 | 0 | 135 | 56 | 114 | 126 | 35 |
| Binary | 1100111 | 10001001 | 1010 | 11001 | 0 | 1011101 | 101110 | 1001100 | 1010110 | 11101 |
Color Harmonies of #67890A
Complementary color
Monochromatic Colors of #67890A
Black with #67890A
Text Example
Text Example
White with #67890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67890A; }
p { color: rgb(103,137,10); }
H1.HeaderClassName
{
color: #67890A;
}
.AnyTagClassName
{
color: #67890A;
}
</style>
background-color css
<style>
a { background-color: #67890A; }
a { background-color: rgb(103,137,10); }
div.DivClassName
{
background-color: #67890A;
}
.BgClassName
{
background-color: #67890A;
}
</style>
border-color css
<style>
span { border-color: #67890A; }
span { border-color: rgb(103,137,10); }
td.TdClassName
{
border-color: #67890A;
}
.TagClassName
{
border-color: #67890A;
}
</style>