Shades of Olive #678201
Tints of Olive #678201
RGB
CMYK
RGB Variations
Color information
#678201 (or 0x678201) is known color: Olive. HEX triplet: 67, 82 and 01. RGB value is (103,130,1). Sum of RGB (Red+Green+Blue) = 103+130+1=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #678201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678201 is #987DFE. Grayscale: #6B6B6B. Windows color (decimal): -9993727 or 98919. OLE color: 98919.
HSL color Cylindrical-coordinate representation of color #678201: hue angle of 72.56º 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 #678201 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 130 | 1 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.49 |
| HSL | 72.56º | 0.98% | 0.26% | - |
| HSV(B) | 72.56º | 0.99% | 0.51% | - |
| XYZ | 13.58 | 18.85 | 2.95 | - |
| YUV | 107.22 | 68.05 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 1 | 0.21 | 0 | 0.99 | 0.49 | 72.56 | 0.98 | 0.26 |
| Hex | 67 | 82 | 1 | 15 | 0 | 63 | 31 | 49 | 62 | 1A |
| Octal | 147 | 202 | 1 | 25 | 0 | 143 | 61 | 111 | 142 | 32 |
| Binary | 1100111 | 10000010 | 1 | 10101 | 0 | 1100011 | 110001 | 1001001 | 1100010 | 11010 |
Color Harmonies of #678201
Complementary color
Monochromatic Colors of #678201
Black with #678201
Text Example
Text Example
White with #678201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678201; }
p { color: rgb(103,130,1); }
H1.HeaderClassName
{
color: #678201;
}
.AnyTagClassName
{
color: #678201;
}
</style>
background-color css
<style>
a { background-color: #678201; }
a { background-color: rgb(103,130,1); }
div.DivClassName
{
background-color: #678201;
}
.BgClassName
{
background-color: #678201;
}
</style>
border-color css
<style>
span { border-color: #678201; }
span { border-color: rgb(103,130,1); }
td.TdClassName
{
border-color: #678201;
}
.TagClassName
{
border-color: #678201;
}
</style>