Shades of Olive Drab #678D01
Tints of Olive Drab #678D01
RGB
CMYK
RGB Variations
Color information
#678D01 (or 0x678D01) is known color: Olive Drab. HEX triplet: 67, 8D and 01. RGB value is (103,141,1). Sum of RGB (Red+Green+Blue) = 103+141+1=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 141 (55.47% from 255 or 57.55% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 141 - color contains mainly: green. Hex color #678D01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678D01 is #9872FE. Grayscale: #727272. Windows color (decimal): -9990911 or 101735. OLE color: 101735.
HSL color Cylindrical-coordinate representation of color #678D01: hue angle of 76.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #678D01 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 141 | 1 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.45 |
| HSL | 76.29º | 0.99% | 0.28% | - |
| HSV(B) | 76.29º | 0.99% | 0.55% | - |
| XYZ | 15.12 | 21.94 | 3.47 | - |
| YUV | 113.68 | 64.41 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 1 | 0.27 | 0 | 0.99 | 0.45 | 76.29 | 0.99 | 0.28 |
| Hex | 67 | 8D | 1 | 1B | 0 | 63 | 2D | 4C | 63 | 1C |
| Octal | 147 | 215 | 1 | 33 | 0 | 143 | 55 | 114 | 143 | 34 |
| Binary | 1100111 | 10001101 | 1 | 11011 | 0 | 1100011 | 101101 | 1001100 | 1100011 | 11100 |
Color Harmonies of #678D01
Complementary color
Monochromatic Colors of #678D01
Black with #678D01
Text Example
Text Example
White with #678D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678D01; }
p { color: rgb(103,141,1); }
H1.HeaderClassName
{
color: #678D01;
}
.AnyTagClassName
{
color: #678D01;
}
</style>
background-color css
<style>
a { background-color: #678D01; }
a { background-color: rgb(103,141,1); }
div.DivClassName
{
background-color: #678D01;
}
.BgClassName
{
background-color: #678D01;
}
</style>
border-color css
<style>
span { border-color: #678D01; }
span { border-color: rgb(103,141,1); }
td.TdClassName
{
border-color: #678D01;
}
.TagClassName
{
border-color: #678D01;
}
</style>