Shades of Olive #676C03
Tints of Olive #676C03
RGB
CMYK
RGB Variations
Color information
#676C03 (or 0x676C03) is known color: Olive. HEX triplet: 67, 6C and 03. RGB value is (103,108,3). Sum of RGB (Red+Green+Blue) = 103+108+3=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #676C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676C03 is #9893FC. Grayscale: #5E5E5E. Windows color (decimal): -9999357 or 224359. OLE color: 224359.
HSL color Cylindrical-coordinate representation of color #676C03: hue angle of 62.86º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #676C03 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 108 | 3 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.58 |
| HSL | 62.86º | 0.95% | 0.22% | - |
| HSV(B) | 62.86º | 0.97% | 0.42% | - |
| XYZ | 10.97 | 13.62 | 2.14 | - |
| YUV | 94.54 | 76.34 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 3 | 0.05 | 0 | 0.97 | 0.58 | 62.86 | 0.95 | 0.22 |
| Hex | 67 | 6C | 3 | 5 | 0 | 61 | 3A | 3F | 5F | 16 |
| Octal | 147 | 154 | 3 | 5 | 0 | 141 | 72 | 77 | 137 | 26 |
| Binary | 1100111 | 1101100 | 11 | 101 | 0 | 1100001 | 111010 | 111111 | 1011111 | 10110 |
Color Harmonies of #676C03
Complementary color
Monochromatic Colors of #676C03
Black with #676C03
Text Example
Text Example
White with #676C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676C03; }
p { color: rgb(103,108,3); }
H1.HeaderClassName
{
color: #676C03;
}
.AnyTagClassName
{
color: #676C03;
}
</style>
background-color css
<style>
a { background-color: #676C03; }
a { background-color: rgb(103,108,3); }
div.DivClassName
{
background-color: #676C03;
}
.BgClassName
{
background-color: #676C03;
}
</style>
border-color css
<style>
span { border-color: #676C03; }
span { border-color: rgb(103,108,3); }
td.TdClassName
{
border-color: #676C03;
}
.TagClassName
{
border-color: #676C03;
}
</style>