Shades of Olive #676E01
Tints of Olive #676E01
RGB
CMYK
RGB Variations
Color information
#676E01 (or 0x676E01) is known color: Olive. HEX triplet: 67, 6E and 01. RGB value is (103,110,1). Sum of RGB (Red+Green+Blue) = 103+110+1=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 110 (43.36% from 255 or 51.40% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 110 - color contains mainly: green. Hex color #676E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676E01 is #9891FE. Grayscale: #5F5F5F. Windows color (decimal): -9998847 or 93799. OLE color: 93799.
HSL color Cylindrical-coordinate representation of color #676E01: hue angle of 63.85º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #676E01 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 110 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.57 |
| HSL | 63.85º | 0.98% | 0.22% | - |
| HSV(B) | 63.85º | 0.99% | 0.43% | - |
| XYZ | 11.17 | 14.04 | 2.15 | - |
| YUV | 95.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 1 | 0.06 | 0 | 0.99 | 0.57 | 63.85 | 0.98 | 0.22 |
| Hex | 67 | 6E | 1 | 6 | 0 | 63 | 39 | 40 | 62 | 16 |
| Octal | 147 | 156 | 1 | 6 | 0 | 143 | 71 | 100 | 142 | 26 |
| Binary | 1100111 | 1101110 | 1 | 110 | 0 | 1100011 | 111001 | 1000000 | 1100010 | 10110 |
Color Harmonies of #676E01
Complementary color
Monochromatic Colors of #676E01
Black with #676E01
Text Example
Text Example
White with #676E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676E01; }
p { color: rgb(103,110,1); }
H1.HeaderClassName
{
color: #676E01;
}
.AnyTagClassName
{
color: #676E01;
}
</style>
background-color css
<style>
a { background-color: #676E01; }
a { background-color: rgb(103,110,1); }
div.DivClassName
{
background-color: #676E01;
}
.BgClassName
{
background-color: #676E01;
}
</style>
border-color css
<style>
span { border-color: #676E01; }
span { border-color: rgb(103,110,1); }
td.TdClassName
{
border-color: #676E01;
}
.TagClassName
{
border-color: #676E01;
}
</style>