Shades of Olive #678100
Tints of Olive #678100
RGB
CMYK
RGB Variations
Color information
#678100 (or 0x678100) is known color: Olive. HEX triplet: 67, 81 and 00. RGB value is (103,129,0). Sum of RGB (Red+Green+Blue) = 103+129+0=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #678100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678100 is #987EFF. Grayscale: #6B6B6B. Windows color (decimal): -9993984 or 33127. OLE color: 33127.
HSL color Cylindrical-coordinate representation of color #678100: hue angle of 72.09º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #678100 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.49 |
| HSL | 72.09º | 1% | 0.25% | - |
| HSV(B) | 72.09º | 1% | 0.51% | - |
| XYZ | 13.44 | 18.58 | 2.88 | - |
| YUV | 106.52 | 67.89 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 0 | 0.20 | 0 | 1 | 0.49 | 72.09 | 1 | 0.25 |
| Hex | 67 | 81 | 0 | 14 | 0 | 64 | 31 | 48 | 64 | 19 |
| Octal | 147 | 201 | 0 | 24 | 0 | 144 | 61 | 110 | 144 | 31 |
| Binary | 1100111 | 10000001 | 0 | 10100 | 0 | 1100100 | 110001 | 1001000 | 1100100 | 11001 |
Color Harmonies of #678100
Complementary color
Monochromatic Colors of #678100
Black with #678100
Text Example
Text Example
White with #678100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678100; }
p { color: rgb(103,129,0); }
H1.HeaderClassName
{
color: #678100;
}
.AnyTagClassName
{
color: #678100;
}
</style>
background-color css
<style>
a { background-color: #678100; }
a { background-color: rgb(103,129,0); }
div.DivClassName
{
background-color: #678100;
}
.BgClassName
{
background-color: #678100;
}
</style>
border-color css
<style>
span { border-color: #678100; }
span { border-color: rgb(103,129,0); }
td.TdClassName
{
border-color: #678100;
}
.TagClassName
{
border-color: #678100;
}
</style>