Shades of Olive #678301
Tints of Olive #678301
RGB
CMYK
RGB Variations
Color information
#678301 (or 0x678301) is known color: Olive. HEX triplet: 67, 83 and 01. RGB value is (103,131,1). Sum of RGB (Red+Green+Blue) = 103+131+1=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #678301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678301 is #987CFE. Grayscale: #6C6C6C. Windows color (decimal): -9993471 or 99175. OLE color: 99175.
HSL color Cylindrical-coordinate representation of color #678301: hue angle of 72.92º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #678301 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 131 | 1 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.49 |
| HSL | 72.92º | 0.98% | 0.26% | - |
| HSV(B) | 72.92º | 0.99% | 0.51% | - |
| XYZ | 13.72 | 19.12 | 3 | - |
| YUV | 107.81 | 67.72 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 1 | 0.21 | 0 | 0.99 | 0.49 | 72.92 | 0.98 | 0.26 |
| Hex | 67 | 83 | 1 | 15 | 0 | 63 | 31 | 49 | 62 | 1A |
| Octal | 147 | 203 | 1 | 25 | 0 | 143 | 61 | 111 | 142 | 32 |
| Binary | 1100111 | 10000011 | 1 | 10101 | 0 | 1100011 | 110001 | 1001001 | 1100010 | 11010 |
Color Harmonies of #678301
Complementary color
Monochromatic Colors of #678301
Black with #678301
Text Example
Text Example
White with #678301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678301; }
p { color: rgb(103,131,1); }
H1.HeaderClassName
{
color: #678301;
}
.AnyTagClassName
{
color: #678301;
}
</style>
background-color css
<style>
a { background-color: #678301; }
a { background-color: rgb(103,131,1); }
div.DivClassName
{
background-color: #678301;
}
.BgClassName
{
background-color: #678301;
}
</style>
border-color css
<style>
span { border-color: #678301; }
span { border-color: rgb(103,131,1); }
td.TdClassName
{
border-color: #678301;
}
.TagClassName
{
border-color: #678301;
}
</style>