Shades of Olive Drab #678307
Tints of Olive Drab #678307
RGB
CMYK
RGB Variations
Color information
#678307 (or 0x678307) is known color: Olive Drab. HEX triplet: 67, 83 and 07. RGB value is (103,131,7). Sum of RGB (Red+Green+Blue) = 103+131+7=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #678307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678307 is #987CF8. Grayscale: #6C6C6C. Windows color (decimal): -9993465 or 492391. OLE color: 492391.
HSL color Cylindrical-coordinate representation of color #678307: hue angle of 73.55º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #678307 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 131 | 7 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.49 |
| HSL | 73.55º | 0.9% | 0.27% | - |
| HSV(B) | 73.55º | 0.95% | 0.51% | - |
| XYZ | 13.75 | 19.13 | 3.17 | - |
| YUV | 108.49 | 70.72 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 7 | 0.21 | 0 | 0.95 | 0.49 | 73.55 | 0.9 | 0.27 |
| Hex | 67 | 83 | 7 | 15 | 0 | 5F | 31 | 4A | 5A | 1B |
| Octal | 147 | 203 | 7 | 25 | 0 | 137 | 61 | 112 | 132 | 33 |
| Binary | 1100111 | 10000011 | 111 | 10101 | 0 | 1011111 | 110001 | 1001010 | 1011010 | 11011 |
Color Harmonies of #678307
Complementary color
Monochromatic Colors of #678307
Black with #678307
Text Example
Text Example
White with #678307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678307; }
p { color: rgb(103,131,7); }
H1.HeaderClassName
{
color: #678307;
}
.AnyTagClassName
{
color: #678307;
}
</style>
background-color css
<style>
a { background-color: #678307; }
a { background-color: rgb(103,131,7); }
div.DivClassName
{
background-color: #678307;
}
.BgClassName
{
background-color: #678307;
}
</style>
border-color css
<style>
span { border-color: #678307; }
span { border-color: rgb(103,131,7); }
td.TdClassName
{
border-color: #678307;
}
.TagClassName
{
border-color: #678307;
}
</style>