Shades of Olive #678601
Tints of Olive #678601
RGB
CMYK
RGB Variations
Color information
#678601 (or 0x678601) is known color: Olive. HEX triplet: 67, 86 and 01. RGB value is (103,134,1). Sum of RGB (Red+Green+Blue) = 103+134+1=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #678601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678601 is #9879FE. Grayscale: #6E6E6E. Windows color (decimal): -9992703 or 99943. OLE color: 99943.
HSL color Cylindrical-coordinate representation of color #678601: hue angle of 73.98º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #678601 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 134 | 1 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.47 |
| HSL | 73.98º | 0.99% | 0.26% | - |
| HSV(B) | 73.98º | 0.99% | 0.53% | - |
| XYZ | 14.12 | 19.94 | 3.13 | - |
| YUV | 109.57 | 66.73 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 1 | 0.23 | 0 | 0.99 | 0.47 | 73.98 | 0.99 | 0.26 |
| Hex | 67 | 86 | 1 | 17 | 0 | 63 | 2F | 4A | 63 | 1A |
| Octal | 147 | 206 | 1 | 27 | 0 | 143 | 57 | 112 | 143 | 32 |
| Binary | 1100111 | 10000110 | 1 | 10111 | 0 | 1100011 | 101111 | 1001010 | 1100011 | 11010 |
Color Harmonies of #678601
Complementary color
Monochromatic Colors of #678601
Black with #678601
Text Example
Text Example
White with #678601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678601; }
p { color: rgb(103,134,1); }
H1.HeaderClassName
{
color: #678601;
}
.AnyTagClassName
{
color: #678601;
}
</style>
background-color css
<style>
a { background-color: #678601; }
a { background-color: rgb(103,134,1); }
div.DivClassName
{
background-color: #678601;
}
.BgClassName
{
background-color: #678601;
}
</style>
border-color css
<style>
span { border-color: #678601; }
span { border-color: rgb(103,134,1); }
td.TdClassName
{
border-color: #678601;
}
.TagClassName
{
border-color: #678601;
}
</style>